Commit 6c25b87d authored by zach%zachlipton.com's avatar zach%zachlipton.com

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
parent 8bc3038d
......@@ -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 <<EOT;
An error has occurred while reading your
'localconfig' file. The text of the error message is:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment