From c645ec3fd74a29e359e29872c448f083581207ce Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 7 Mar 2000 23:37:48 +0000 Subject: VMS build patch (from Peter Prymmer) p4raw-id: //depot/perl@5605 --- installhtml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'installhtml') 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 -- cgit v1.2.1