We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0370530 commit 6d6d481Copy full SHA for 6d6d481
.github/scripts/download-bundled/pcre2.sh
@@ -4,7 +4,7 @@ cd "$(dirname "$0")/../../.."
4
5
revision=refs/tags/pcre2-10.44
6
7
-git clone --depth 1 --recurse-submodules --revision=$revision https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
+git clone --depth 1 --recurse-submodules --revision="$revision" https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
8
9
rm -rf ext/pcre/pcre2lib
10
cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
0 commit comments