]> git.sesse.net Git - vlc/blobdiff - toolbox
* toolbox: fixed typo in the changelog rule.
[vlc] / toolbox
diff --git a/toolbox b/toolbox
index 84ef0c0aa8606053d06f65bd15f3781de79dd4b4..971bde570cad366f45cab3603226ad919bc189c5 100755 (executable)
--- a/toolbox
+++ b/toolbox
@@ -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: