From: Sam Hocevar Date: Wed, 26 Nov 2003 23:32:07 +0000 (+0000) Subject: * toolbox: Attempt to fix a strange cvs2cl behaviour. X-Git-Tag: 0.7.0~330 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b2192adfa59e11f52f3cf6b823dc7d0de59f1815;p=vlc * toolbox: Attempt to fix a strange cvs2cl behaviour. --- diff --git a/toolbox b/toolbox index 912f188565..17febf74f8 100755 --- a/toolbox +++ b/toolbox @@ -1,7 +1,7 @@ #! /bin/sh ## toolbox for the VLC media player -## $Id: toolbox,v 1.48 2003/11/04 15:26:04 sam Exp $ +## $Id: toolbox,v 1.49 2003/11/26 23:32:07 sam Exp $ ## ## Authors: Samuel Hocevar @@ -119,7 +119,7 @@ then cvs2cl --help >/dev/null 2>&1 || exit 1 rm -f ChangeLog ChangeLog.tmp cvs2cl --utc --hide-filenames --no-wrap -w --stdout -g -z9 | \ - sed -e 's/^[^0-9]/ /' -e 's/^ *$//' | \ + sed -e 's/^[^0-9]/ /' -e 's/^ *$//' -e 's/\* . / /g' | \ uniq > ChangeLog.tmp YEAR=`sed -e 's/\(....\)-..-.*/\1/;q' ChangeLog.tmp` LASTYEAR="$((${YEAR} - 1))"