From 307eb8c383eaea0f1c9d747d54df5bc00e76272c Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 11 Aug 2012 17:13:34 +0200 Subject: [PATCH] i bet noone uses this stuff, so i dont care. off with pipefail Signed-off-by: Joerg Jaspert --- config/debian/dinstall.functions | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.39.2