Commit 9bcd084d authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 342731: checksetup.pl "answers" file seems to be broken

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave
parent 619f441a
...@@ -138,7 +138,8 @@ BEGIN { ...@@ -138,7 +138,8 @@ BEGIN {
use lib "."; use lib ".";
use Bugzilla::Constants; use Bugzilla::Constants;
my (%answer, $silent, %switch); our %answer;
my ($silent, %switch);
$switch{'no_templates'} = grep(/^--no-templates$/, @ARGV) $switch{'no_templates'} = grep(/^--no-templates$/, @ARGV)
|| grep(/^-t$/, @ARGV); || grep(/^-t$/, @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