1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

* toolbox: fixed mixup in the changelog generation example.

This commit is contained in:
Sam Hocevar 2004-09-21 16:07:41 +00:00
parent 9d18bb6bb4
commit 29da6909ea

View File

@ -115,7 +115,7 @@ if test "${action}" = "changelog"
then then
YEAR="`date +%Y`" YEAR="`date +%Y`"
echo "toolbox --changelog no longer required. use this instead:" echo "toolbox --changelog no longer required. use this instead:"
echo " svn log -v -r '{$YEAR-01-01}:{$YEAR-12-31}' > ChangeLog" echo " svn log -v -r '{$YEAR-12-31}:{$YEAR-01-01}' > ChangeLog"
exit 0 exit 0
fi fi