mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +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 &&
|
test -f CVS/Root &&
|
||||||
echo "CVSROOT: `sed -e 's,.*:,,g' CVS/Root`"
|
echo "CVSROOT: `sed -e 's,.*:,,g' CVS/Root`"
|
||||||
test -f ./mkstamp &&
|
test -f ./config/mkstamp &&
|
||||||
echo "TIMESTAMP: `$SHELL ./mkstamp < ./ChangeLog`"
|
echo "TIMESTAMP: `$SHELL ./config/mkstamp < ./ChangeLog`"
|
||||||
test -f CVS/Repository &&
|
test -f CVS/Repository &&
|
||||||
echo "Module name: `cat CVS/Repository`"
|
echo "Module name: `cat CVS/Repository`"
|
||||||
test -f CVS/Tag &&
|
test -f CVS/Tag &&
|
||||||
|
Loading…
Reference in New Issue
Block a user