From: Gary V. Vaughan Date: Wed, 11 Feb 2004 15:24:32 +0000 (+0000) Subject: * commit: Completely change CVS/Root->name sed script to actually X-Git-Tag: release-1-5-4~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa6e48406b41a229f14a59a515a8a110bd990f74;p=thirdparty%2Flibtool.git * commit: Completely change CVS/Root->name sed script to actually work when :ext: is not shown. --- diff --git a/ChangeLog b/ChangeLog index c79345595..1c95c982a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-11 Gary V. Vaughan + + * commit: Completely change CVS/Root->name sed script to actually + work when :ext: is not shown. + 2004-02-11 Albert Chin-A-Young * ltmain.in: Indentation fixes, typo fixes. diff --git a/commit b/commit index f51fde93a..7980ed1d3 100755 --- a/commit +++ b/commit @@ -388,7 +388,7 @@ if test -n "$sendmail_to"; then test -f CVS/Tag && echo "Branch: `sed -e 's,^T,,;1q' CVS/Tag`" test -f CVS/Root && - echo "Changes by: `sed -e 's,^.*:\(.*\):.*$,\1,' CVS/Root`" + echo "Changes by: `sed -e 's,:.*$,,g;s,^.*:,,' CVS/Root`" echo "" echo "Log Message:" sed -e 's,^, ,' "$log_file"