]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones...
authorjocuri%softhome.net <>
Thu, 20 May 2004 02:37:45 +0000 (02:37 +0000)
committerjocuri%softhome.net <>
Thu, 20 May 2004 02:37:45 +0000 (02:37 +0000)
checksetup.pl

index 76ef20732fdab6b844fb0120a8351117ced69c15..a0462376193175fee0835370ec8208b3d1618346 100755 (executable)
@@ -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);
 }
 
 ###########################################################################