]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Mon, 31 Aug 2009 18:31:07 +0000 (20:31 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 31 Aug 2009 18:31:07 +0000 (20:31 +0200)
what was i smoking? We want the default to be different to false.
tsak.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index 48f3084374e1d5d1884fe927da583b041aa34fc0..48bde0b9d69655da2e454efea67e01d873f9fd34 100755 (executable)
@@ -478,7 +478,7 @@ function stage() {
     ARGS='GO[@]'
     local "${!ARGS}"
 
-    error=${ERR:-"false"}
+    error=${ERR:-"true"}
 
     STAGEFILE="${stagedir}/${FUNC}"
     if [ -f "${STAGEFILE}" ]; then