]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* commit: Fix cut-n-paste error.
authorGary V. Vaughan <gary@gnu.org>
Wed, 11 Feb 2004 15:21:11 +0000 (15:21 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 11 Feb 2004 15:21:11 +0000 (15:21 +0000)
ChangeLog
commit

index d6d99d5a4e2f821c2bc99b374d69ed5cca7bfa6e..1df747e7038cf584bdbec17dfcc7d5cc873031f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-02-11  Gary V. Vaughan  <gary@gnu.org>
 
+       * commit: Fix cut-n-paste error.
+
        * commit: Completely change CVS/Root->name sed script to actually
        work when :ext: is not shown.
 
diff --git a/commit b/commit
index d3d8a15ec573d19857699025d9d875280c3401c8..c91a06b885ad5a6cf91ae9897fcae32fd1cb181a 100755 (executable)
--- a/commit
+++ b/commit
@@ -380,7 +380,7 @@ if test -n "$sendmail_to"; then
 
   {
     test -f CVS/Root &&
-        echo " CVSROOT:        `sed -e 's,.*:,,g' CVS/Root`"
+        echo "CVSROOT: `sed -e 's,.*:,,g' CVS/Root`"
     test -f ./mkstamp &&
         echo "TIMESTAMP:       `$SHELL ./mkstamp < ./ChangeLog`"
     test -f CVS/Repository &&
@@ -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,:.*$,,g;s^.*:,,' CVS/Root`"
+        echo "Changes by:      `sed -e 's,:.*$,,g;s,^.*:,,' CVS/Root`"
     echo ""
     echo "Log Message:"
     sed -e 's,^,       ,' "$log_file"