From: jocuri%softhome.net <> Date: Thu, 20 May 2004 02:37:45 +0000 (+0000) Subject: Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones... X-Git-Tag: bugzilla-2.18rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c640be65192978350365f086d97bf14ae8cd87;p=thirdparty%2Fbugzilla.git Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones ; r=vladd; a=justdave. --- diff --git a/checksetup.pl b/checksetup.pl index 76ef20732f..a046237619 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -138,7 +138,7 @@ if ($ARGV[0] && ($ARGV[0] !~ /^--/)) { do $ARGV[0] or ($@ && die("Error $@ processing $ARGV[0]")) or die("Error $! processing $ARGV[0]"); - $silent = 1; + $silent = !grep(/^--no-silent$/, @ARGV); } ###########################################################################