]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 342731: checksetup.pl "answers" file seems to be broken
authormkanat%bugzilla.org <>
Thu, 29 Jun 2006 23:33:24 +0000 (23:33 +0000)
committermkanat%bugzilla.org <>
Thu, 29 Jun 2006 23:33:24 +0000 (23:33 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave

checksetup.pl

index f77f0dba6a0a89998f3a4bb14a0eca28a6287f18..d6064729519528ece84a9e54e818c697c6ea1bf4 100755 (executable)
@@ -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);