From 1e53c8f9b0a53e27fe8255ceea9f093bbd95cfd7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2002 14:46:33 +0000 Subject: typo fix --- perl-install/standalone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone.pm') 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; -- cgit v1.2.1