mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
upgraded ngx_lua to v0.2.1rc2 and ngx_redis2 to v0.07; also released ngx_openresty 1.0.4.1rc2.
This commit is contained in:
@ -44,12 +44,12 @@ for my $t_file (@t_files) {
|
||||
|
||||
warn "\n- $orig";
|
||||
warn "+ $_";
|
||||
} elsif (s{\bbuild/$pat\S+}{build/$dir}g && $orig ne $_) {
|
||||
} elsif (s{\bbuild/$pat[^/ \t\n]*\d[^/ \t\n]*}{build/$dir}g && $orig ne $_) {
|
||||
$changed++;
|
||||
|
||||
warn "\n- $orig";
|
||||
warn "+ $_";
|
||||
} elsif (s{^cd $pat\S+}{cd $dir}g && $orig ne $_) {
|
||||
} elsif (s{^cd $pat[^/ \t\n]+}{cd $dir}g && $orig ne $_) {
|
||||
$changed++;
|
||||
|
||||
warn "\n- $orig";
|
||||
|
Reference in New Issue
Block a user