summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
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;