From: cjwatson <> Date: Thu, 29 May 2003 02:15:08 +0000 (-0800) Subject: [project @ 2003-05-28 19:15:08 by cjwatson] X-Git-Tag: release/2.6.0~879 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7cd7a39a1e9f8120f29f8b25fad62be212d67423;p=debbugs.git [project @ 2003-05-28 19:15:08 by cjwatson] Remove the redundant final slash from $gCGIPath. --- diff --git a/scripts/config.debian b/scripts/config.debian index a4e5667f..c1c7ba27 100644 --- a/scripts/config.debian +++ b/scripts/config.debian @@ -1,5 +1,5 @@ # This is the bugs.debian.org debbugs configuration file. -# $Id: config.debian,v 1.17 2003/02/16 15:20:26 cjwatson Exp $ +# $Id: config.debian,v 1.18 2003/05/28 19:15:08 cjwatson Exp $ # Domains $gEmailDomain = "bugs.debian.org"; @@ -8,7 +8,7 @@ $gWebDomain = "www.debian.org/Bugs"; $gHTMLSuffix = ""; $gPackagePages = "packages.debian.org"; $gCGIHost = "bugs.debian.org"; -$gCGIPath = "/cgi-bin/"; +$gCGIPath = "/cgi-bin"; $gCGIDomain = "http://$gCGIHost$gCGIPath"; $gMirrors = ""; # comma separated list $gSubscriptionDomain = "packages.qa.debian.org";