From 9bcd084d56bfd2c38259f6d01189ee6b062c2294 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 29 Jun 2006 23:33:24 +0000 Subject: Bug 342731: checksetup.pl "answers" file seems to be broken Patch By Max Kanat-Alexander r=LpSolit, r=Wurblzap, a=justdave --- checksetup.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index f77f0dba6..d60647295 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -138,7 +138,8 @@ BEGIN { use lib "."; use Bugzilla::Constants; -my (%answer, $silent, %switch); +our %answer; +my ($silent, %switch); $switch{'no_templates'} = grep(/^--no-templates$/, @ARGV) || grep(/^-t$/, @ARGV); -- cgit v1.2.3-24-g4f1b