summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-03-10 10:38:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-03-10 10:38:50 +0000
commit8cb6a5cccbf6b2c71c0aec28672b29794faa6df7 (patch)
tree88bb02265081e6d8f61bacb5c00040ba0eca331e /perl-install/standalone.pm
parent61a0a737f628a5400437ec732a2b2c8517efd376 (diff)
downloaddrakx-8cb6a5cccbf6b2c71c0aec28672b29794faa6df7.tar
drakx-8cb6a5cccbf6b2c71c0aec28672b29794faa6df7.tar.gz
drakx-8cb6a5cccbf6b2c71c0aec28672b29794faa6df7.tar.bz2
drakx-8cb6a5cccbf6b2c71c0aec28672b29794faa6df7.tar.xz
drakx-8cb6a5cccbf6b2c71c0aec28672b29794faa6df7.zip
help perl
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index 97f4e0fe1..03babd9b2 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -146,10 +146,10 @@ foreach (@ARGV) {
print N("\nUsage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--testing] [-v|--version] ", $progname),
if_($usages{$progname}, common::translate($usages{$progname})), "\n";
# print N("\nUsage: "), $::usage, "\n" if $::usage;
- exit(0);
+ CORE::exit(0);
} elsif (/^-(-version|v)$/) {
version();
- exit(0);
+ CORE::exit(0);
} elsif (/^--embedded$/) {
$::XID = splice @ARGV, $i, 1;
$::isEmbedded = 1;