Fix: missing ; in if
[lttng-ci.git] / userspace-rcu / liburcu-master.sh
index 7bccb9e6a2ad7e645ce8f490b53afc433f087905..20da6f9d29d467c707929b7256feb5b7079c758d 100755 (executable)
@@ -70,6 +70,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.022803 seconds and 4 git commands to generate.