Fix: error in copy paste :(
[lttng-ci.git] / lttng-ust / lttng-ust-master.sh
index be2f31e7da51da382098e1bd154f0d5ccbd3c621..e20fa0fe2d2a58f0c49b2151503fc84eb0e15ce6 100755 (executable)
@@ -102,6 +102,6 @@ make clean
 find $WORKSPACE/build/lib -name "*.so" -exec chrpath --delete {} \;
 find $WORKSPACE/build/lib -name "*.la" -exec rm -f {} \;
 
-if [ $build = "dist" ] then
+if [ $build = "dist" ]; then
        rm -rf $BUILD_PATH
 fi
This page took 0.045493 seconds and 4 git commands to generate.