From: David Goulet Date: Tue, 18 Dec 2012 13:59:07 +0000 (-0500) Subject: Fix: remove bash quote when starting relayd in tests X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=198e7caf42f0c79846abf5fd698828019cbcff0b Fix: remove bash quote when starting relayd in tests Signed-off-by: David Goulet --- diff --git a/tests/utils.sh b/tests/utils.sh index 80e384281..3bcdcc479 100644 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -130,7 +130,7 @@ function lttng_enable_kernel_event function start_lttng_relayd { - local opt="$1" + local opt=$1 echo -e -n "Starting lttng-relayd (opt: $opt)... "