Updated scsh-release to use the checked in scsh-touch before removing it.

It used to try and find it in the path which predates it being checked in.
This commit is contained in:
bdc 1999-06-21 04:48:17 +00:00
parent 17695ee207
commit 67c5ae72a6
1 changed files with 4 additions and 4 deletions

View File

@ -35,12 +35,12 @@ cvs checkout scsh
echo Removing CVS directories and .cvsignore files
find scsh/ \( -name CVS -o -name .cvsignore \) -exec rm -r {} \;
echo Removing bin directory
rm -rf scsh/bin
# fix time stampes for building
echo Touching files to fix build dependencies
scsh-touch
scsh/bin/scsh-touch
echo Removing bin directory
rm -rf scsh/bin
# "untouch" .notify
echo Untouching .notify