]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-05-15 22:14:33 by cjwatson]
authorcjwatson <>
Fri, 16 May 2003 05:14:33 +0000 (21:14 -0800)
committercjwatson <>
Fri, 16 May 2003 05:14:33 +0000 (21:14 -0800)
Require errorlib, since common.pl uses functions from it now.

cgi/common.pl

index 8a40da82713022722239cfdaedf666e58a0fd42c..b46e84aeae64960f8e25dbfde9232c3b33b4e349 100644 (file)
@@ -2,6 +2,9 @@
 
 use DB_File;
 use Fcntl qw/O_RDONLY/;
+$config_path = '/etc/debbugs';
+$lib_path = '/usr/lib/debbugs';
+require "$lib_path/errorlib";
 
 my $common_archive = 0;
 my $common_repeatmerged = 1;