From: Joerg Jaspert Date: Tue, 10 Mar 2009 21:30:50 +0000 (+0100) Subject: dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fa6c614a8eb756b9afeec039b96ccd99371db194;p=dak.git dinstall remove some more tabs Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index c09fd78e..33de8339 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -404,10 +404,10 @@ function stage() { # it has to cd first! cd ${configdir} - if [ -f "${LOCK_STOP}" ]; then - log "${LOCK_STOP} exists, exiting immediately" - exit 42 - fi + if [ -f "${LOCK_STOP}" ]; then + log "${LOCK_STOP} exists, exiting immediately" + exit 42 + fi if [ "${ERR}" = "false" ]; then set +e @@ -426,10 +426,10 @@ function stage() { ts "${TIME}" fi - if [ -f "${LOCK_STOP}" ]; then - log "${LOCK_STOP} exists, exiting immediately" - exit 42 - fi + if [ -f "${LOCK_STOP}" ]; then + log "${LOCK_STOP} exists, exiting immediately" + exit 42 + fi } ######################################################################## @@ -684,10 +684,10 @@ GO=( stage $GO GO=( - FUNC="pgdakdev" - TIME="dak-dev db" - ARGS="" - ERR="false" + FUNC="pgdakdev" + TIME="dak-dev db" + ARGS="" + ERR="false" ) stage $GO