tell when done and add status

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18503 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 08:38:46 +00:00
parent 851f70db99
commit a44f9d8631

View File

@@ -215,6 +215,8 @@ if [ $? != 0 ] ; then
fi
status=${status:-ok}
echo "done: ${status}"
if [ "X${resultdir}" != X ] ; then
cp ab.txt "${resultdir}/ab-${hversion}-${hostname}-${date}.txt"
fi