mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* commit: Fix cut-n-paste error.
This commit is contained in:
parent
4f4dc9e0ef
commit
e06ab9831c
@ -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.
|
||||
|
||||
|
4
commit
4
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"
|
||||
|
Loading…
Reference in New Issue
Block a user