diff options
author | jouni%heikniemi.net <> | 2002-07-04 20:06:59 +0200 |
---|---|---|
committer | jouni%heikniemi.net <> | 2002-07-04 20:06:59 +0200 |
commit | 762b9924afb65f8ebfbb7b0391220c127d25e801 (patch) | |
tree | ee619293bbca2633f2c3b47667da21a25bf97acc | |
parent | 4bc6d3653390bc268789c91803b1953accff520a (diff) | |
download | bugzilla-762b9924afb65f8ebfbb7b0391220c127d25e801.tar.gz bugzilla-762b9924afb65f8ebfbb7b0391220c127d25e801.tar.xz |
Bug 155744: fix a used only once warning in tinderbox caused by myk's checkin of bug 99203.
2xr=bbaetz
-rwxr-xr-x | checksetup.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index 628902d61..94172150d 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 |