fix missing appending
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 14:50:15 +0000 (09:50 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 14:50:15 +0000 (09:50 -0500)
lttng-tools/lttng-tools-master-test-joraj.sh

index 231d32bf5af124f35d3ec1ba72502b4e061efa82..d4404eb36ac67cd93f474e2613412a4ea47c7789 100755 (executable)
@@ -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
This page took 0.023584 seconds and 4 git commands to generate.