cheese r895 - in trunk: . tools
- From: dgsiegel svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r895 - in trunk: . tools
- Date: Tue, 12 Aug 2008 10:07:36 +0000 (UTC)
Author: dgsiegel
Date: Tue Aug 12 10:07:36 2008
New Revision: 895
URL: http://svn.gnome.org/viewvc/cheese?rev=895&view=rev
Log:
update cicl
Modified:
trunk/ChangeLog
trunk/tools/cicl
Modified: trunk/tools/cicl
==============================================================================
--- trunk/tools/cicl (original)
+++ trunk/tools/cicl Tue Aug 12 10:07:36 2008
@@ -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 | 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]