mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
released ngx_openresty 0.8.54.8; also updated README to point to openresty.org.
This commit is contained in:
@ -68,7 +68,7 @@ for my $t_file (@t_files) {
|
||||
close $in;
|
||||
}
|
||||
|
||||
print join("\n", map { " $_" } sort @dirs), "\n";
|
||||
print join("\n", map { /^LuaJIT/ ? "* ~$_" : "* $_" } sort @dirs), "\n";
|
||||
|
||||
sub cd ($) {
|
||||
my $dir = shift;
|
||||
|
Reference in New Issue
Block a user