Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit a897f64

Browse files
PikachuEXEoschaaf
authored andcommitted
! Fix syntax of script (#1469)
1 parent 4d9e5fc commit a897f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_ngx_pagespeed.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,9 @@ Not deleting $directory; name is suspiciously short. Something is wrong."
635635
PSOL_BINARY="$MOD_PAGESPEED_DIR/out/$BUILD_TYPE/pagespeed_automatic.a"
636636
else
637637
if "$DO_DEPS_CHECK"; then
638-
skip_deps_arg = ""
638+
skip_deps_arg=""
639639
else
640-
skip_deps_arg = "--skip_deps"
640+
skip_deps_arg="--skip_deps"
641641
fi
642642

643643
run install/build_psol.sh --skip_tests --skip_packaging "$skip_deps_arg"

0 commit comments

Comments
 (0)