summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-06-30 01:33:24 +0200
committermkanat%bugzilla.org <>2006-06-30 01:33:24 +0200
commit9bcd084d56bfd2c38259f6d01189ee6b062c2294 (patch)
tree17b9d5c42e9fb0b18b41b3c7c5bb1859046862d0 /checksetup.pl
parent619f441accf1b12758aa513ed06a457d7f193138 (diff)
downloadbugzilla-9bcd084d56bfd2c38259f6d01189ee6b062c2294.tar.gz
bugzilla-9bcd084d56bfd2c38259f6d01189ee6b062c2294.tar.xz
Bug 342731: checksetup.pl "answers" file seems to be broken
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 2 insertions, 1 deletions
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);