diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 2ffdc883e..ec5b379c5 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -140,6 +140,7 @@ Copyright (C) 1999-2004 Mandriva by <install@mandriva.com> ', $::license, "\n"; } +if (!$::no_global_argv_parsing) { my ($i, @new_ARGV); foreach (@ARGV) { $i++; @@ -171,7 +172,7 @@ foreach (@ARGV) { } @ARGV = @new_ARGV; - +} ################################################################################ |