From f5d793b69f0bc6061025ae3a15d574eadc894b51 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 31 Aug 2009 20:31:07 +0200 Subject: [PATCH] dinstall what was i smoking? We want the default to be different to false. tsak. Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2