From 382b24ab8453cb935b691ee618de81daabe66642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 5 Oct 2006 10:15:47 +0000 Subject: [PATCH] small fixes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18237 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index b4ed2dd81..2c9196dea 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -97,7 +97,7 @@ afsfile="${afsdir}/${dir}${hfile}" unpack=yes echo "Removing old source" -rm -rf ${hversion} +#rm -rf ${hversion} echo "Fetching ${hversion} using $fetchmethod" case "$fetchmethod" in @@ -115,7 +115,7 @@ afs) ;; cvs) cvs ${cvsflags} -d "${cvsroot}" co -P -d ${hversion} heimdal - res=? + res=$? unpack=yes autotools=yes ;; @@ -143,7 +143,7 @@ if [ X"$unpack" = Xyes ]; then fi if [ X"$autotools" = Xyes ]; then - echo Autotooling (via fix-export) + echo "Autotooling (via fix-export)" env DATEDVERSION="cvs-${date}" ${hversion}/fix-export ${hversion} fi