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:
parent
17695ee207
commit
67c5ae72a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue