summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-22 07:45:13 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-22 07:45:13 +0000
commitcb6cb7f427a983adc90d95bc70d5be66699bb59e (patch)
tree0cc59ce2021b4d95c95f75069dcba77e8998f074 /perl-install/common.pm
parentf38dac37f38310c25ad40c2ea3bbeaa4e21df3f5 (diff)
downloaddrakx-backup-do-not-use-cb6cb7f427a983adc90d95bc70d5be66699bb59e.tar
drakx-backup-do-not-use-cb6cb7f427a983adc90d95bc70d5be66699bb59e.tar.gz
drakx-backup-do-not-use-cb6cb7f427a983adc90d95bc70d5be66699bb59e.tar.bz2
drakx-backup-do-not-use-cb6cb7f427a983adc90d95bc70d5be66699bb59e.tar.xz
drakx-backup-do-not-use-cb6cb7f427a983adc90d95bc70d5be66699bb59e.zip
perl_checker cleanup
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r--perl-install/common.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm
index e7b21c05f..3f912de40 100644
--- a/perl-install/common.pm
+++ b/perl-install/common.pm
@@ -258,7 +258,7 @@ sub require_root_capability() {
return unless $>; # we're already root
if (check_for_xserver()) {
if (fuzzy_pidofs(qr/\bkwin\b/) > 0) {
- exec("kdesu", "--ignorebutton","-c", "$0 @ARGV") or die N("kdesu missing");
+ exec("kdesu", "--ignorebutton", "-c", "$0 @ARGV") or die N("kdesu missing");
}
}
exec { 'consolehelper' } $0, @ARGV or die N("consolehelper missing");