summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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);