mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* commit: Fix location of mkstamp script,
This commit is contained in:
parent
e06ab9831c
commit
4b0d02e416
4
commit
4
commit
@ -381,8 +381,8 @@ if test -n "$sendmail_to"; then
|
||||
{
|
||||
test -f CVS/Root &&
|
||||
echo "CVSROOT: `sed -e 's,.*:,,g' CVS/Root`"
|
||||
test -f ./mkstamp &&
|
||||
echo "TIMESTAMP: `$SHELL ./mkstamp < ./ChangeLog`"
|
||||
test -f ./config/mkstamp &&
|
||||
echo "TIMESTAMP: `$SHELL ./config/mkstamp < ./ChangeLog`"
|
||||
test -f CVS/Repository &&
|
||||
echo "Module name: `cat CVS/Repository`"
|
||||
test -f CVS/Tag &&
|
||||
|
Loading…
Reference in New Issue
Block a user