1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-06 16:44:19 +02:00

* toolbox: fixed typo in the changelog rule.

This commit is contained in:
Gildas Bazin 2003-07-29 21:56:47 +00:00
parent d2edf5f538
commit 7528b8435b

View File

@ -1,7 +1,7 @@
#! /bin/sh
## toolbox for the VLC media player
## $Id: toolbox,v 1.42 2003/07/16 15:52:04 sam Exp $
## $Id: toolbox,v 1.43 2003/07/29 21:56:47 gbazin Exp $
##
## Authors: Samuel Hocevar <sam@zoy.org>
@ -122,7 +122,7 @@ then
YEAR=`sed -e 's/\(....\)-..-.*/\1/;q' ChangeLog.tmp`
LASTYEAR="$((${YEAR} - 1))"
sed -ne "/^${YEAR}-..-../,/^${LASTYEAR}-..-../{/^${LASTYEAR}-..-../d;p}" \
< ChangeLog.tmp > Changelog
< ChangeLog.tmp > ChangeLog
rm -f ChangeLog.tmp
exit 0
# To generate changelog for the year 2001: