From d1d35124c66e1875a60b6d02d83d225a68a09002 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 24 Jul 2002 13:56:11 +0000 Subject: bug 158498 - defparams.pl prints an error message in a check function instead of returning it. Patch by gerv; 2xr=zeroj. --- defparams.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 5ce6ea203..4530a73c2 100644 --- a/defparams.pl +++ b/defparams.pl @@ -446,7 +446,7 @@ sub check_webdotbase { if(-e "data/webdot/.htaccess") { open HTACCESS, "data/webdot/.htaccess"; if(! grep(/png/,)) { - print "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n"; + return "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n"; } close HTACCESS; } -- cgit v1.2.3-24-g4f1b