summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel G. Siegel <dgsiegel@src.gnome.org>2008-08-12 10:07:36 +0000
committerDaniel G. Siegel <dgsiegel@src.gnome.org>2008-08-12 10:07:36 +0000
commitec6c17a327d425febb09dc84d5f4bd662f702ddd (patch)
treef333ab5842343ee995c87d5e20dbcd2894e6edf8 /tools
parentddda0ee9fc9ff0b74326fb10413ac5dd9bfa79c1 (diff)
downloadcheese-ec6c17a327d425febb09dc84d5f4bd662f702ddd.tar.gz
update cicl
svn path=/trunk/; revision=895
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cicl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/cicl b/tools/cicl
index c6ce9730..5253263e 100755
--- a/tools/cicl
+++ b/tools/cicl
@@ -38,6 +38,7 @@
#
# Changelog
# =========
+# 2008-08-12 add the fmt command to the Changelog message, in order to truncate long lines
# 2008-06-29 set the EDITOR variable if not available
# 2007-10-27 new option: possibility to put Changelog in the list of modified files
# 2007-09-18 initial release
@@ -208,7 +209,7 @@ E=$(echo -e "$FILES" | sed -e "s/ /,/g")
E=$(echo $E | sed -e "s/,$/:/")
E=$(echo $E | sed -e "s/,/,\n\t /g")
-LOGMSG=$(echo "$MESSAGE" | sed -e "s/^/\n\t /")
+LOGMSG=$(echo "$MESSAGE" | sed -e "s/^/\n\t /" | fmt)
ENTRY="$ENTRY $E $LOGMSG\n"
echo -e "$ENTRY" >> $TMPFILE