Skip to content

Commit b02329c

Browse files
committed
xx
1 parent 4b5f1e4 commit b02329c

File tree

1 file changed

+3
-4
lines changed
  • .github/scripts/download-bundled

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ cd "$(dirname "$0")"
44

55
commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
66

7-
rm -rf ext/pcre/pcre2lib
8-
git clone --revision=$commit https://github.com/PCRE2Project/pcre2.git ext/pcre/pcre2lib
7+
git clone --revision=$commit https://github.com/PCRE2Project/pcre2.git /tmp/php-src/pcre2
98

10-
cd ext/pcre/pcre2lib
11-
rm -r .git
9+
rm -rf ext/pcre/pcre2lib
10+
cp -R /tmp/php-src/pcre2/src ext/pcre/pcre2lib

0 commit comments

Comments
 (0)