From a48cf1f15bfbc203cac85fcd70a824712ca080be Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Thu, 20 Mar 2003 15:03:51 -0800 Subject: [PATCH] [project @ 2003-03-20 15:03:51 by cjwatson] Joey's home directory should not be mentioned in CVS. This is just a local change on master (actually /org/bugs.debian.org/joeyh-old now). --- cgi/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/common.pl b/cgi/common.pl index 32d9b4f..202d0c9 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -556,7 +556,7 @@ sub getpseudodesc { sub getbugdir { my ( $bugnum, $ext ) = @_; my $archdir = sprintf "%02d", $bugnum % 100; - foreach ( ( "$gSpoolDir/db-h/$archdir", "$gSpoolDir/db", "$gSpoolDir/archive/$archdir", "/debian/home/joeyh/tmp/infomagic-95/$archdir" ) ) { + foreach ( ( "$gSpoolDir/db-h/$archdir", "$gSpoolDir/db", "$gSpoolDir/archive/$archdir" ) ) { return $_ if ( -r "$_/$bugnum.$ext" ); } return undef; -- 2.39.2