diff --git a/bin/scsh-release b/bin/scsh-release index 0b30a61..45f135f 100755 --- a/bin/scsh-release +++ b/bin/scsh-release @@ -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