small fixes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-05 10:15:47 +00:00
parent de742fa4b3
commit 382b24ab84

View File

@@ -97,7 +97,7 @@ afsfile="${afsdir}/${dir}${hfile}"
unpack=yes unpack=yes
echo "Removing old source" echo "Removing old source"
rm -rf ${hversion} #rm -rf ${hversion}
echo "Fetching ${hversion} using $fetchmethod" echo "Fetching ${hversion} using $fetchmethod"
case "$fetchmethod" in case "$fetchmethod" in
@@ -115,7 +115,7 @@ afs)
;; ;;
cvs) cvs)
cvs ${cvsflags} -d "${cvsroot}" co -P -d ${hversion} heimdal cvs ${cvsflags} -d "${cvsroot}" co -P -d ${hversion} heimdal
res=? res=$?
unpack=yes unpack=yes
autotools=yes autotools=yes
;; ;;
@@ -143,7 +143,7 @@ if [ X"$unpack" = Xyes ]; then
fi fi
if [ X"$autotools" = Xyes ]; then if [ X"$autotools" = Xyes ]; then
echo Autotooling (via fix-export) echo "Autotooling (via fix-export)"
env DATEDVERSION="cvs-${date}" ${hversion}/fix-export ${hversion} env DATEDVERSION="cvs-${date}" ${hversion}/fix-export ${hversion}
fi fi