Skip to content

Commit a6efdb2

Browse files
committed
-v
1 parent 3b348f5 commit a6efdb2

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ git clone --recurse-submodules --revision=$commit https://github.com/PCRE2Projec
1111
# (cd /tmp/php-src-bundled/pcre2 && make)
1212

1313
rm -rf ext/pcre/pcre2lib
14-
cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
15-
cp -R /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
14+
cp -Rv /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
15+
cp -Rv /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
1616

1717
cd ext/pcre/pcre2lib
1818
git restore config.h

0 commit comments

Comments
 (0)