summaryrefslogtreecommitdiff
path: root/installhtml
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-07 23:37:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-07 23:37:48 +0000
commitce2652dc199e809f350a58150d2a7f755cec911d (patch)
tree907a5d08eea6bf0407c8bc43e7703a824b5c9a3e /installhtml
parent7814ce9e9a6c163ccdf833157dd1970e0804da05 (diff)
downloadperl-ce2652dc199e809f350a58150d2a7f755cec911d.tar.gz
VMS build patch (from Peter Prymmer)
p4raw-id: //depot/perl@5605
Diffstat (limited to 'installhtml')
-rwxr-xr-xinstallhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/installhtml b/installhtml
index c268f54b36..cfbbe9f5c6 100755
--- a/installhtml
+++ b/installhtml
@@ -159,6 +159,10 @@ $pod2html = "pod/pod2html";
usage("") unless @ARGV;
+# Overcome shell's p1,..,p8 limitation.
+# See vms/descrip_mms.template -> descrip.mms for invokation.
+if ( $^O eq 'VMS' ) { @ARGV = split(/\s+/,$ARGV[0]); }
+
# parse the command-line
$result = GetOptions( qw(
help