Skip to content

Commit 035a235

Browse files
committed
comment after "git restore config.h" is enough
1 parent 2621136 commit 035a235

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
@@ -12,6 +12,7 @@ cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
1212
cd ext/pcre/pcre2lib
1313

1414
# remove unneeded files
15+
rm config.h.generic
1516
rm pcre2.h.in
1617
rm pcre2_dftables.c
1718
rm pcre2_fuzzsupport.c
@@ -24,7 +25,6 @@ rm pcre2posix_test.c
2425
rm pcre2test.c
2526

2627
# move renamed files
27-
mv config.h.generic config.h
2828
mv pcre2.h.generic pcre2.h
2929
mv pcre2_chartables.c.dist pcre2_chartables.c
3030

0 commit comments

Comments
 (0)