]> i-scream Git - www.i-scream.org.git/commitdiff
Fix quoting problem which has appeared with new version of cvs2cl.
authorTim Bishop <tim@bishnet.net>
Sun, 3 Apr 2005 12:24:31 +0000 (12:24 +0000)
committerTim Bishop <tim@bishnet.net>
Sun, 3 Apr 2005 12:24:31 +0000 (12:24 +0000)
cgi-bin/cvslog.cgi

index 20816565c1fb45e37d59f9d37abb18c722ccf204..e4fd3422bb2bd981fab06a882e8d8570e4ab7c90 100755 (executable)
@@ -44,7 +44,7 @@ $modulelist = `ls $cvsroot` unless defined $modulelist;
 $modulelist =~ s/[\r\n]/ /gm;
 
 my($cvs2clpath) = "/usr/local/bin/cvs2cl";
-my($cvs2clargs) = "--stdout --no-wrap --no-common-dir -r -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
+my($cvs2clargs) = "--stdout --no-wrap --no-common-dir -r -t -w -S -U $cvsroot/CVSROOT/users -l \"-d$firstdate\" -g \"-d$cvsroot\" -g \"-Q\"";
 my($updatecmd) = "/home/iscream/bin/fullcvsupdate.sh $modulelist";
 my($logcmd) = "cd /tmp/i-scream/cvstmp && $cvs2clpath $cvs2clargs";