libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 88-gary-gorgeous-commit-notification.patch


From: Gary V. Vaughan
Subject: FYI: 88-gary-gorgeous-commit-notification.patch
Date: Wed, 11 Feb 2004 15:04:53 +0000 (GMT)
User-agent: mailnotify/0.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This patch notification generated by cvsapply version 0.12
http://savannah.gnu.org/projects/cvs-utils
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFAKkSVFRMICSmD1gYRAt22AKCmTgxi3ZHZsAxnlt9rE+7MSwiwGACgu9mM
VRFh094UBJv5F+mrBdVdaMI=
=tNlg
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * commit: Completely change CVS/Root->name sed script to actually
        work when :ext: is not shown.

Index: commit
===================================================================
RCS file: /cvsroot/libtool/libtool/commit,v
retrieving revision 1.17
diff -u -p -u -r1.17 commit
--- commit 11 Feb 2004 13:29:09 -0000 1.17
+++ commit 11 Feb 2004 15:03:48 -0000
@@ -380,15 +380,15 @@ 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`"
+        echo "TIMESTAMP:       `$SHELL ./mkstamp < ./ChangeLog`"
     test -f CVS/Repository &&
         echo "Module name:     `cat CVS/Repository`"
     test -f CVS/Tag &&
         echo "Branch:          `sed -e 's,^T,,;1q' CVS/Tag`"
     test -f CVS/Root &&
-        echo "Changes by:      `sed -e 's,^.*:*\(address@hidden):.*$,\1,' 
CVS/Root`"
+        echo "Changes by:      `sed -e 's,:.*$,,g;s^.*:,,' CVS/Root`"
     echo ""
     echo "Log Message:"
     sed -e 's,^,       ,' "$log_file"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]