From 215f51fb5d2d40fc52abd17497f09842b5114ccf Mon Sep 17 00:00:00 2001 From: plagman Date: Thu, 1 Oct 2009 05:33:49 +0000 Subject: [PATCH] Fix typo with the ChangeLog. git-svn-id: https://svn.eduke32.com/eduke32@1516 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 9991041be..49375020d 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -88,7 +88,7 @@ then if [ $lastrevision ] then cd $source - svn log $head:$lastrevision > $output/$date-$head/ChangeLog.txt + svn log -r $head:$lastrevision > $output/$date-$head/ChangeLog.txt fi else echo "Nothing to do."