From 57e5d89f26a620e7fd2dd96ce723197157417c7f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Sep 2008 18:50:00 +0000 Subject: oops, it should be lower case --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 44b9897d4..573491b88 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -376,7 +376,7 @@ sub main { suppl => sub { $o->{supplmedia} = $v }, askmedia => sub { $o->{askmedia} = 1 }, restore => sub { $::isRestore = 1 }, - compssListLevel => sub { $o->{compssListLevel} = $v }, + compsslistlevel => sub { $o->{compssListLevel} = $v }, }}{lc $n}; &$f if $f; } %cmdline; -- cgit v1.2.1