Commit 7528b843 authored by Gildas Bazin's avatar Gildas Bazin

* toolbox: fixed typo in the changelog rule.
parent d2edf5f5
#! /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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment