From 7cd7a39a1e9f8120f29f8b25fad62be212d67423 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Wed, 28 May 2003 18:15:08 -0800 Subject: [PATCH] [project @ 2003-05-28 19:15:08 by cjwatson] Remove the redundant final slash from $gCGIPath. --- scripts/config.debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.debian b/scripts/config.debian index a4e5667..c1c7ba2 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"; -- 2.39.2