From 7bda1fe6ea1364339cccca3d91fcab2ce6a23cf9 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Thu, 14 Feb 2002 12:27:50 +0000 Subject: Fix for bug 97290: checksetup.pl should report about errors in localconfig r=kiko x2 --- checksetup.pl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 97b5d471f..bce70d295 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 <