From: Don Armstrong Date: Tue, 20 Feb 2007 08:06:04 +0000 (-0800) Subject: use require ./common.pl for now; will fix later X-Git-Tag: release/2.6.0~585^2^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=556fb853209d4aeada89017c0d9ff9369dc82201;p=debbugs.git use require ./common.pl for now; will fix later --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index a7780a4c..1f2294cf 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -5,7 +5,7 @@ package debbugs; use strict; use POSIX qw(strftime nice); -require 'common.pl'; +require './common.pl'; use Debbugs::Config qw(:globals :text); use Debbugs::User;