From 14fc74c9c6a02f370cb6be8ffe2e711940fc2285 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Mar 2001 17:07:46 +0000 Subject: (vnew): cleanup --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index dcd8cc1e3..4b9079987 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -57,7 +57,7 @@ sub vnew { my ($type, $su) = @_; $su = $su eq "su"; require c; - if ($ENV{DISPLAY} && system('/usr/X11R6/bin/xtest', '') == 0) { + if ($ENV{DISPLAY} && system('/usr/X11R6/bin/xtest') == 0) { if ($su) { $ENV{PATH} = "/sbin:/usr/sbin:$ENV{PATH}"; $> and exec "kdesu", "-c", "$0 @ARGV"; -- cgit v1.2.1