Wait some time after printing all the path information.

This commit is contained in:
Christoph Niethammer 2011-03-04 15:45:36 +00:00
parent 12ce28f80f
commit 1c2f79c24b

1
sit
View file

@ -114,6 +114,7 @@ echo "Build dir: $BUILDDIR"
LOGDIR=${WORKDIR} LOGDIR=${WORKDIR}
echo "Logfile dir: $LOGDIR" echo "Logfile dir: $LOGDIR"
sleep 2
if [ -d ${WORKDIR} ] ; then if [ -d ${WORKDIR} ] ; then
sit_info "Removing existing working directory ${WORKDIR}" sit_info "Removing existing working directory ${WORKDIR}"