mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch.
This commit is contained in:
2
util/upgrade-patches.pl
Normal file → Executable file
2
util/upgrade-patches.pl
Normal file → Executable file
@ -21,7 +21,7 @@ for my $file (@files) {
|
||||
or die "failed run command $cmd.\n";
|
||||
}
|
||||
|
||||
my $cmd = "sed -i 's/1\.0\.5/1.0.6/g' $newfile";
|
||||
my $cmd = "sed -i 's/\Q$ver\E/$newver/g' $newfile";
|
||||
system($cmd) == 0
|
||||
or die "failed to run command $cmd.\n";
|
||||
|
||||
|
Reference in New Issue
Block a user