summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakauth
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-07-21 07:22:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-07-21 07:22:28 +0000
commitebdbb991f449d311075c8c9927348fde079d55d7 (patch)
tree47bc11b0c4e0ac48f4b8a1bdb426e95aaf81af9c /perl-install/standalone/drakauth
parent56c824075325f5704ab95c5a6782d21783816f65 (diff)
downloaddrakx-ebdbb991f449d311075c8c9927348fde079d55d7.tar
drakx-ebdbb991f449d311075c8c9927348fde079d55d7.tar.gz
drakx-ebdbb991f449d311075c8c9927348fde079d55d7.tar.bz2
drakx-ebdbb991f449d311075c8c9927348fde079d55d7.tar.xz
drakx-ebdbb991f449d311075c8c9927348fde079d55d7.zip
perl_checker fix
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-xperl-install/standalone/drakauth2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth
index d12d1e1ec..8fdb40896 100755
--- a/perl-install/standalone/drakauth
+++ b/perl-install/standalone/drakauth
@@ -21,7 +21,7 @@ my $authentication = {}; # TODO
my $kind = authentication::to_kind($authentication);
main:
-$in->ask_from(N("Authentication"), authentication::kind2description($_),
+$in->ask_from(N("Authentication"), authentication::kind2description(),
[
{ label => N("Authentication"), val => \$kind, type => 'list' , list => [ authentication::kinds() ], format => \&authentication::kind2name },
]) or $in->exit;