diff options
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 84e51f4c3d..b1a1877060 100755 --- a/installperl +++ b/installperl @@ -56,7 +56,7 @@ while (@ARGV) { $versiononly = 1 if $ARGV[0] eq '-v'; $silent = 1 if $ARGV[0] eq '-S'; $otherperls = 0 if $ARGV[0] eq '-o'; - $verbose = 1 if $ARGV[0] eq '-V'; + $verbose = 1 if $ARGV[0] eq '-V' || $ARGV [0] eq '-n'; shift; } |