From: jouni%heikniemi.net <> Date: Thu, 4 Jul 2002 18:06:59 +0000 (+0000) Subject: Bug 155744: fix a used only once warning in tinderbox caused by myk's checkin of... X-Git-Tag: bugzilla-2.17.1~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762b9924afb65f8ebfbb7b0391220c127d25e801;p=thirdparty%2Fbugzilla.git Bug 155744: fix a used only once warning in tinderbox caused by myk's checkin of bug 99203. 2xr=bbaetz --- diff --git a/checksetup.pl b/checksetup.pl index 628902d61f..94172150d5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -101,6 +101,7 @@ use strict; # this way we can look in the symbol table to see if they've been declared # yet or not. +use vars qw( $db_name ); ########################################################################### # Check required module