Use current directory if no argument is given.

This commit is contained in:
hjp 2000-08-17 15:15:30 +00:00
parent e0484a7006
commit 6726f7dc07
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ sub logtime2str {
} }
if (@ARGV == 0) { push (@ARGV, "."); }
find(\&wanted, @ARGV); find(\&wanted, @ARGV);
print "\n\n"; print "\n\n";