Fix typo with the ChangeLog.

git-svn-id: https://svn.eduke32.com/eduke32@1516 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2009-10-01 05:33:49 +00:00
parent 8d237f149b
commit 215f51fb5d

View file

@ -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."