mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
release 0.8.54.2.
This commit is contained in:
@ -57,7 +57,7 @@ for my $t_file (@t_files) {
|
||||
close $in;
|
||||
}
|
||||
|
||||
print join "\n", @dirs;
|
||||
print join "\n", map { " $_" } sort @dirs;
|
||||
|
||||
sub cd ($) {
|
||||
my $dir = shift;
|
||||
|
Reference in New Issue
Block a user