summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-29 13:02:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-29 13:02:43 +0000
commitab33fab8319a8bc65b3a6cb361bdcca187889296 (patch)
tree5151bfdb857e8b4667e879903fca799f9693fa56 /installman
parent9a280216ca5568845e9ed0ff852023ef0737bc56 (diff)
downloadperl-ab33fab8319a8bc65b3a6cb361bdcca187889296.tar.gz
The --destdir option to installman should be made
optional so that it doesn't complain when passed an empty value (from Rafael) p4raw-id: //depot/perl@20308
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/installman b/installman
index 1a5062dd37..10810450e5 100755
--- a/installman
+++ b/installman
@@ -41,7 +41,7 @@ my $usage =
my %opts;
GetOptions( \%opts,
qw( man1dir=s man1ext=s man3dir=s man3ext=s batchlimit=i
- destdir=s notify n help silent S verbose V))
+ destdir:s notify n help silent S verbose V))
|| die $usage;
die $usage if $opts{help};