From: Jonathan Rajotte Date: Sat, 14 Feb 2015 14:50:15 +0000 (-0500) Subject: fix missing appending X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=cf668c08db27191040b6aaab02e45903c57e5b65;p=lttng-ci.git fix missing appending --- diff --git a/lttng-tools/lttng-tools-master-test-joraj.sh b/lttng-tools/lttng-tools-master-test-joraj.sh index 231d32b..d4404eb 100755 --- a/lttng-tools/lttng-tools-master-test-joraj.sh +++ b/lttng-tools/lttng-tools-master-test-joraj.sh @@ -59,7 +59,7 @@ java_log4j) ;; *) echo "Standard build" - CONF_OPTS="" + CONF_OPTS=$CONF_OPTS" " ;; esac @@ -70,9 +70,9 @@ esac # # Make sure to move to the build_path and configure # before continuing -echo ************************************************** +echo "**************************************************" echo $CONF_OPTS -echo ************************************************** +echo "**************************************************" BUILD_PATH=$WORKSPACE case "$build" in