Specify we use a bash script
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 15:06:51 +0000 (10:06 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 15:06:51 +0000 (10:06 -0500)
lttng-tools/lttng-tools-master-test-joraj.sh

index a83252ddde16d39ef306f78e73401c27db913565..356425f963e703b95b8b35500709300f4eaf7af0 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/bash
 set -x
 # Create build directory
 rm -rf $WORKSPACE/build
@@ -25,7 +26,7 @@ then
     export LDFLAGS="-L$URCU_LIBS"
     export LD_LIBRARY_PATH="$URCU_LIBS:$BABEL_LIBS:$LD_LIBRARY_PATH"
 else
-       CONF_OPTS+=" --with-lttng-ust-prefix="$UST_PREFIX
+       CONF_OPTS+=" --with-lttng-ust-prefix=$UST_PREFIX"
     export CPPFLAGS="-I$URCU_INCS"
     export LDFLAGS="-L$URCU_LIBS"
     export LD_LIBRARY_PATH="$URCU_LIBS:$BABEL_LIBS:$LD_LIBRARY_PATH"
This page took 0.05597 seconds and 4 git commands to generate.