From: zach%zachlipton.com <> Date: Thu, 14 Feb 2002 12:27:50 +0000 (+0000) Subject: Fix for bug 97290: checksetup.pl should report about errors in localconfig X-Git-Tag: bugzilla-2.16rc1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bda1fe6ea1364339cccca3d91fcab2ce6a23cf9;p=thirdparty%2Fbugzilla.git Fix for bug 97290: checksetup.pl should report about errors in localconfig r=kiko x2 --- diff --git a/checksetup.pl b/checksetup.pl index 97b5d471f2..bce70d2951 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -22,6 +22,7 @@ # Terry Weissman # Dan Mosedale # Dave Miller +# Zach Lipton # # # Direct any questions on this source code to @@ -265,6 +266,24 @@ if (@missing > 0) { print "Checking user setup ...\n"; do 'localconfig'; +if ($@ ne "") { # capture errors in localconfig, bug 97290 + print STDERR <