From 762b9924afb65f8ebfbb7b0391220c127d25e801 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Thu, 4 Jul 2002 18:06:59 +0000 Subject: Bug 155744: fix a used only once warning in tinderbox caused by myk's checkin of bug 99203. 2xr=bbaetz --- checksetup.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'checksetup.pl') 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 -- cgit v1.2.3-24-g4f1b