From 4b0d02e416eaace6bc811162fb177fe0b73939ca Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 11 Feb 2004 15:40:40 +0000 Subject: [PATCH] * commit: Fix location of mkstamp script, --- commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commit b/commit index c91a06b88..bf4cddfc3 100755 --- a/commit +++ b/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 && -- 2.47.2