From: Tim Bishop Date: Sun, 21 Oct 2001 17:38:55 +0000 (+0000) Subject: Bug which meant the cvs update wasn't correctly executed before generating X-Git-Tag: PRE_WWW_REDESIGN~97 X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=1a18413c1df014cc4271d04f2d6c94dffec136ad;p=www.i-scream.org.git Bug which meant the cvs update wasn't correctly executed before generating the cvslog output. --- diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index 5167700..5653234 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -35,6 +35,7 @@ else { my($cvsroot) = "/cvs/i-scream"; $modulelist = `ls $cvsroot` unless defined $modulelist; +$modulelist =~ s/[\r\n]/ /gm; my($cvs2clpath) = "/home/sites/www.i-scream.org.uk/bin/cvs2cl2.pl"; my($cvs2clargs) = "--stdout --no-wrap -r -b -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";