summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-08 22:36:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-08 22:36:56 +0000
commit4433486be221da977140b0ba7eb5e28f4a32a0c0 (patch)
tree77a5f01ac275e54c1d239d8bbffdc24be1d2fe93 /perl-install/standalone/diskdrake
parentf41a6a45a83fb5e67e5f2e8acc4b4e8f0624925a (diff)
downloaddrakx-4433486be221da977140b0ba7eb5e28f4a32a0c0.tar
drakx-4433486be221da977140b0ba7eb5e28f4a32a0c0.tar.gz
drakx-4433486be221da977140b0ba7eb5e28f4a32a0c0.tar.bz2
drakx-4433486be221da977140b0ba7eb5e28f4a32a0c0.tar.xz
drakx-4433486be221da977140b0ba7eb5e28f4a32a0c0.zip
perl_checker compliance
Diffstat (limited to 'perl-install/standalone/diskdrake')
-rwxr-xr-xperl-install/standalone/diskdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake
index 38bb4e577..a9966f804 100755
--- a/perl-install/standalone/diskdrake
+++ b/perl-install/standalone/diskdrake
@@ -54,7 +54,7 @@ foreach (@types) {
last;
}
}
-%options and die "usage: diskdrake [--expert] [--testing] [--{" . join(",", @types) . "}]\n";
+keys %options and die "usage: diskdrake [--expert] [--testing] [--{" . join(",", @types) . "}]\n";
if ($>) {
$ENV{PATH} = "/sbin:/usr/sbin:$ENV{PATH}";