From: Joerg Jaspert Date: Sat, 11 Aug 2012 15:13:34 +0000 (+0200) Subject: i bet noone uses this stuff, so i dont care. off with pipefail X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=307eb8c383eaea0f1c9d747d54df5bc00e76272c i bet noone uses this stuff, so i dont care. off with pipefail Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 535f109f..ae534ba6 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -223,6 +223,7 @@ function copyoverrides() { } function mkfilesindices() { + set +o pipefail umask 002 cd $base/ftp/indices/files/components @@ -312,6 +313,7 @@ function mkfilesindices() { rm -f $ARCHLIST log "Done!" + set -o pipefail } function mkchecksums() {