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
|
echo Removing CVS directories and .cvsignore files
|
||||||
find scsh/ \( -name CVS -o -name .cvsignore \) -exec rm -r {} \;
|
find scsh/ \( -name CVS -o -name .cvsignore \) -exec rm -r {} \;
|
||||||
|
|
||||||
echo Removing bin directory
|
|
||||||
rm -rf scsh/bin
|
|
||||||
|
|
||||||
# fix time stampes for building
|
# fix time stampes for building
|
||||||
echo Touching files to fix build dependencies
|
echo Touching files to fix build dependencies
|
||||||
scsh-touch
|
scsh/bin/scsh-touch
|
||||||
|
|
||||||
|
echo Removing bin directory
|
||||||
|
rm -rf scsh/bin
|
||||||
|
|
||||||
# "untouch" .notify
|
# "untouch" .notify
|
||||||
echo Untouching .notify
|
echo Untouching .notify
|
||||||
|
|
Loading…
Reference in New Issue