X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=toolbox;h=3d08d3e3853562982124606f5e29dab386de3fc9;hb=3ae01c4d13875a4933c8b3cc74b39858da7d9894;hp=76ed5effb5fac198fd54c384417cba876cf54cf7;hpb=eb7b178c76b946f1b4dfbb4385d7525b8ab07941;p=vlc diff --git a/toolbox b/toolbox index 76ed5effb5..3d08d3e385 100755 --- a/toolbox +++ b/toolbox @@ -1,7 +1,7 @@ #! /bin/sh ## toolbox for the VLC media player -## $Id: toolbox,v 1.19 2003/03/20 10:06:16 sam Exp $ +## $Id: toolbox,v 1.20 2003/04/06 23:21:13 massiot Exp $ ## ## Authors: Samuel Hocevar @@ -89,7 +89,7 @@ if test "${action}" = "changelog" then cvs2cl --help >/dev/null 2>&1 || exit 1 rm -f ChangeLog - cvs2cl --hide-filenames --no-wrap -w --stdout | \ + cvs2cl --utc --hide-filenames --no-wrap -w --stdout | \ sed -e 's/^[^0-9]/ /' -e 's/^ *$//' | \ uniq > ChangeLog exit 0