Skip to content

Commit 7038c66

Browse files
committed
no -v
1 parent 7d05835 commit 7038c66

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
@@ -10,8 +10,8 @@ git clone --recurse-submodules --revision=$commit https://github.com/PCRE2Projec
1010
(cd /tmp/php-src-bundled/pcre2 && ./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2)
1111

1212
rm -rf ext/pcre/pcre2lib
13-
cp -Rv /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
14-
cp -Rv /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
13+
cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
14+
cp -R /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
1515

1616
cd ext/pcre/pcre2lib
1717

0 commit comments

Comments
 (0)