Commit b6c640be authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones…

Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones <bugzilla@glob.com.au>; r=vladd; a=justdave.
parent c8d6a798
...@@ -138,7 +138,7 @@ if ($ARGV[0] && ($ARGV[0] !~ /^--/)) { ...@@ -138,7 +138,7 @@ if ($ARGV[0] && ($ARGV[0] !~ /^--/)) {
do $ARGV[0] do $ARGV[0]
or ($@ && die("Error $@ processing $ARGV[0]")) or ($@ && die("Error $@ processing $ARGV[0]"))
or die("Error $! processing $ARGV[0]"); or die("Error $! processing $ARGV[0]");
$silent = 1; $silent = !grep(/^--no-silent$/, @ARGV);
} }
########################################################################### ###########################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment