From 10eb6cdce25f4ebcf08264ef2fd85620091c54e2 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Sat, 31 May 2003 12:41:39 -0800 Subject: [PATCH] [project @ 2003-05-31 13:41:39 by cjwatson] Silence 'Name "main::gSpoolDir" used only once: possible typo' warning. --- scripts/rebuild.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/rebuild.in b/scripts/rebuild.in index 2347366d..0b5ca9e9 100755 --- a/scripts/rebuild.in +++ b/scripts/rebuild.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: rebuild.in,v 1.10 2003/05/25 15:51:51 cjwatson Exp $ +# $Id: rebuild.in,v 1.11 2003/05/31 13:41:39 cjwatson Exp $ # Load modules and set environment use File::Copy; @@ -8,6 +8,8 @@ $lib_path = '/usr/lib/debbugs'; require("$config_path/config"); require("$lib_path/errorlib"); +use vars qw($gSpoolDir); + $ENV{'PATH'} = $lib_path.':'.$ENV{'PATH'}; chdir("$gSpoolDir") || die "chdir spool: $!\n"; -- 2.39.5