]> i-scream Git - www.i-scream.org.git/commitdiff
Bug which meant the cvs update wasn't correctly executed before generating
authorTim Bishop <tim@bishnet.net>
Sun, 21 Oct 2001 17:38:55 +0000 (17:38 +0000)
committerTim Bishop <tim@bishnet.net>
Sun, 21 Oct 2001 17:38:55 +0000 (17:38 +0000)
the cvslog output.

cgi-bin/cvslog.cgi

index 516770010ff41fbd648475a34e80b8f2b5bfb557..565323444b6aa244a191250b80ed9ce1fc727961 100755 (executable)
@@ -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\"";