! Fix syntax of script (#1469)

This commit is contained in:
PikachuEXE
2017-09-18 13:27:03 +08:00
committed by Otto van der Schaaf
parent 4d9e5fcb0c
commit a897f64ce8
+2 -2
View File
@@ -635,9 +635,9 @@ Not deleting $directory; name is suspiciously short. Something is wrong."
PSOL_BINARY="$MOD_PAGESPEED_DIR/out/$BUILD_TYPE/pagespeed_automatic.a" PSOL_BINARY="$MOD_PAGESPEED_DIR/out/$BUILD_TYPE/pagespeed_automatic.a"
else else
if "$DO_DEPS_CHECK"; then if "$DO_DEPS_CHECK"; then
skip_deps_arg = "" skip_deps_arg=""
else else
skip_deps_arg = "--skip_deps" skip_deps_arg="--skip_deps"
fi fi
run install/build_psol.sh --skip_tests --skip_packaging "$skip_deps_arg" run install/build_psol.sh --skip_tests --skip_packaging "$skip_deps_arg"