diff options
Diffstat (limited to 'installhtml')
-rwxr-xr-x | installhtml | 4 |
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 |