summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-18 14:46:33 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-18 14:46:33 +0000
commit1e53c8f9b0a53e27fe8255ceea9f093bbd95cfd7 (patch)
tree1394edb05b8591542621da295d7d580e1405308c /perl-install/standalone.pm
parent1f3595c421106fde85ca1378b7ac5e7be120166f (diff)
downloaddrakx-1e53c8f9b0a53e27fe8255ceea9f093bbd95cfd7.tar
drakx-1e53c8f9b0a53e27fe8255ceea9f093bbd95cfd7.tar.gz
drakx-1e53c8f9b0a53e27fe8255ceea9f093bbd95cfd7.tar.bz2
drakx-1e53c8f9b0a53e27fe8255ceea9f093bbd95cfd7.tar.xz
drakx-1e53c8f9b0a53e27fe8255ceea9f093bbd95cfd7.zip
typo fix
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index 69e24b1dc..25fdf7bac 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -99,7 +99,7 @@ foreach (@ARGV) {
$::expert = 1;
} elsif (/--noauto$/) {
$::noauto = /-noauto/;
- } elsif (/^--auto$) {
+ } elsif (/^--auto$/) {
$::auto = 1;
} elsif (/^--testing$/) {
$::testing = 1;