From 1a18413c1df014cc4271d04f2d6c94dffec136ad Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Sun, 21 Oct 2001 17:38:55 +0000 Subject: [PATCH] Bug which meant the cvs update wasn't correctly executed before generating the cvslog output. --- cgi-bin/cvslog.cgi | 1 + 1 file changed, 1 insertion(+) 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\""; -- 2.44.0