release 0.8.54.2.

This commit is contained in:
agentzh (章亦春)
2011-03-10 18:22:17 +08:00
parent aa77273b7d
commit 873b821f63
3 changed files with 23 additions and 22 deletions

View File

@ -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;