Skip to content

Commit 6d6d481

Browse files
committed
quote sh variable
1 parent 0370530 commit 6d6d481

File tree

1 file changed

+1
-1
lines changed
  • .github/scripts/download-bundled

1 file changed

+1
-1
lines changed

.github/scripts/download-bundled/pcre2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cd "$(dirname "$0")/../../.."
44

55
revision=refs/tags/pcre2-10.44
66

7-
git clone --depth 1 --recurse-submodules --revision=$revision https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
7+
git clone --depth 1 --recurse-submodules --revision="$revision" https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
88

99
rm -rf ext/pcre/pcre2lib
1010
cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib

0 commit comments

Comments
 (0)