Use current directory if no argument is given.
This commit is contained in:
parent
e0484a7006
commit
6726f7dc07
|
@ -56,6 +56,7 @@ sub logtime2str {
|
|||
}
|
||||
|
||||
|
||||
if (@ARGV == 0) { push (@ARGV, "."); }
|
||||
find(\&wanted, @ARGV);
|
||||
|
||||
print "\n\n";
|
||||
|
|
Loading…
Reference in New Issue