From 5cbf1d0899b3233058682cfa301358a69bc48762 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 2 Feb 2003 13:19:18 +0000 Subject: please perl_checker --- perl-install/common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/common.pm') diff --git a/perl-install/common.pm b/perl-install/common.pm index a3deaac16..79e0271ff 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -258,7 +258,7 @@ sub require_root_capability { sub check_for_xserver { if (!defined $::xtest) { - $::xtest = $ENV{DISPLAY} && (system('/usr/X11R6/bin/xtest') == 0); + $::xtest = $ENV{DISPLAY} && system('/usr/X11R6/bin/xtest') == 0; } return $::xtest; } -- cgit v1.2.1