Make 'cat' default to '.' (cwd) instead of requiring argument

FossilOrigin-Name: 893d6cba578595b39026d5ee73566c354393b93619fc48822ce71b97da6f0e6b
This commit is contained in:
docelic@crystallabs.io 2019-04-28 22:10:30 +00:00
parent 56426af86c
commit 7c6a055f0c

View file

@ -857,8 +857,7 @@ sub display
my $use_pager = shift;
unless ( $dn ) {
print "No dn provided.\n";
return;
$dn = '.'
}
# support '.'