From 164042b8359e1bcdbe67b1039934987255c567e6 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Sun, 1 Sep 2002 07:45:44 +0000 Subject: Recheckin due to misapplied patch for bug 123957 --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index d387571b4..c5a00b99f 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -322,8 +322,8 @@ print "Checking user setup ...\n"; $@ = undef; if ($ARGV[0]) { do $ARGV[0] - or eval die("Error $! processing $ARGV[0]") - or die("Error $@ processing $ARGV[0]"); + or ($@ && die("Error $@ processing $ARGV[0]")) + or die("Error $! processing $ARGV[0]"); } do 'localconfig'; if ($@) { # capture errors in localconfig, bug 97290 -- cgit v1.2.3-24-g4f1b