mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
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:
parent
d09585da95
commit
ea1e22b38b
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user