From 67c5ae72a63ab154a0b7fc1b1711f7be53c4d024 Mon Sep 17 00:00:00 2001 From: bdc Date: Mon, 21 Jun 1999 04:48:17 +0000 Subject: [PATCH] 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. --- bin/scsh-release | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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