Clean better.

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

View File

@@ -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
@@ -170,6 +170,6 @@ cd ..
if [ X"$keeptree" != Xyes ] ; then
rm -rf ${hversion}
fi
rm ${hfile}
rm -f ${hfile}
exit 0