From b6c640be65192978350365f086d97bf14ae8cd87 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 20 May 2004 02:37:45 +0000 Subject: Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones ; r=vladd; a=justdave. --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 76ef20732..a04623761 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); } ########################################################################### -- cgit v1.2.3-24-g4f1b