Test queue based queuing
[lttng-ci.git] / lttng-ust / lttng-ust-master.sh
index be2f31e7da51da382098e1bd154f0d5ccbd3c621..f792c175bf45d86b2b0688f21966aed249a7d291 100755 (executable)
@@ -102,6 +102,7 @@ make clean
 find $WORKSPACE/build/lib -name "*.so" -exec chrpath --delete {} \;
 find $WORKSPACE/build/lib -name "*.la" -exec rm -f {} \;
 
-if [ $build = "dist" ] then
+# Clean temp dir for dist build
+if [ $build = "dist" ]; then
        rm -rf $BUILD_PATH
 fi
This page took 0.022779 seconds and 4 git commands to generate.