From: Tim Bishop Date: Fri, 15 Jun 2001 16:11:17 +0000 (+0000) Subject: Looks a bit neater I think. X-Git-Tag: PRE_WWW_REDESIGN~105 X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=3f3dcbaa9057c2b88eea992cd056a66418db848c;p=www.i-scream.org.git Looks a bit neater I think. --- diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index f967c4f..d873e10 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -30,7 +30,7 @@ my($modulelist)=$query->param('module'); $modulelist = `ls $cvsroot` unless defined $modulelist; my($cvs2clpath) = "/home/sites/www.i-scream.org.uk/bin/cvs2cl.pl"; -my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\""; +my($cvs2clargs) = "--stdout -r -b -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\""; my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh $modulelist"; my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs";