Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones <bugzilla@glob.com.au>; r=vladd; a=justdave.

This commit is contained in:
jocuri%softhome.net 2004-05-19 19:37:45 +00:00
parent d09585da95
commit ea1e22b38b

View File

@ -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);
}
###########################################################################