diff options
Diffstat (limited to 'scripts/w3mman')
-rw-r--r-- | scripts/w3mman/w3mman.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/w3mman/w3mman.in b/scripts/w3mman/w3mman.in index 5cff68f..061cb1f 100644 --- a/scripts/w3mman/w3mman.in +++ b/scripts/w3mman/w3mman.in @@ -31,7 +31,7 @@ while (@ARGV) { $query .= "&pwd=" . &form_encode($ENV{'PWD'}); } elsif (/^-/) { &usage(); - } elsif (/^\d/ || $_ eq 'n') { + } elsif (/^\d/ || $_ eq 'n' || $_ eq 'l') { if ( $query eq "" ) { $query = "?quit=ok"; } $query .= "§ion=" . &form_encode($_); } else { |