summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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