From: Michael Jeanson Date: Tue, 18 Oct 2022 15:10:46 +0000 (-0400) Subject: Fix: never use 'no' in a command variable X-Git-Tag: v2.12.13~3 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=3f4c85a9f4dccee33def128d90840cddf5b1c161;hp=3f4c85a9f4dccee33def128d90840cddf5b1c161;p=lttng-tools.git Fix: never use 'no' in a command variable Command variable may be used in the Makefiles and tests, when not found, set them to an empty string instead of trying to execute the command 'no'. Change-Id: I5429bb96599e3b7f166e52545269cd99eed758ae Reported-by: Heng Guo Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---