From a44f9d8631d114c5bcb1e621946aabbe0744ff13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Oct 2006 08:38:46 +0000 Subject: [PATCH] tell when done and add status git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18503 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index a3a1d19ae..4606ee053 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -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