From: zach%zachlipton.com <> Date: Sat, 2 Mar 2002 06:40:48 +0000 (+0000) Subject: Fix for bug 127524: checksetup.pl fails with XML::Parser error X-Git-Tag: bugzilla-2.16rc1~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c25b87d08d9adfbee6b0181bfbbbc61f5e5d625;p=thirdparty%2Fbugzilla.git Fix for bug 127524: checksetup.pl fails with XML::Parser error Patch by Zach Lipton (zach@zachlipton.com) and by Tobias Burnus (burnus@gmx.de). r=justdave, r2=zach --- diff --git a/checksetup.pl b/checksetup.pl index 32fae32fab..44587f3105 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -265,8 +265,9 @@ if (@missing > 0) { # print "Checking user setup ...\n"; +$@ = undef; do 'localconfig'; -if ($@ ne "") { # capture errors in localconfig, bug 97290 +if ($@) { # capture errors in localconfig, bug 97290 print STDERR <