diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-05 13:00:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-05 13:00:05 +0000 |
commit | 702cdc125f15912898fe9d2e649859581169db50 (patch) | |
tree | a858178effecc05e9ae394bd4441d814c8d8e12c /perl-install/commands.pm | |
parent | e49f774b3f8bb8ce6f4827ed2b14f5cfbd614d28 (diff) | |
download | drakx-702cdc125f15912898fe9d2e649859581169db50.tar drakx-702cdc125f15912898fe9d2e649859581169db50.tar.gz drakx-702cdc125f15912898fe9d2e649859581169db50.tar.bz2 drakx-702cdc125f15912898fe9d2e649859581169db50.tar.xz drakx-702cdc125f15912898fe9d2e649859581169db50.zip |
make perl_checker happy
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 83717a1a1..4828c506e 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -576,7 +576,7 @@ sub loadkeys { $h || @_ != 1 and die "usage: loadkeys <keyboard>\n"; require keyboard; - keyboard::setup({ KEYBOARD => $_[0]}); + keyboard::setup({ KEYBOARD => $_[0] }); } sub sync { common::sync() } |