From: Joerg Jaspert Date: Mon, 31 Aug 2009 18:31:07 +0000 (+0200) Subject: dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f5d793b69f0bc6061025ae3a15d574eadc894b51;p=dak.git dinstall what was i smoking? We want the default to be different to false. tsak. Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 48f30843..48bde0b9 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -478,7 +478,7 @@ function stage() { ARGS='GO[@]' local "${!ARGS}" - error=${ERR:-"false"} + error=${ERR:-"true"} STAGEFILE="${stagedir}/${FUNC}" if [ -f "${STAGEFILE}" ]; then