]> git.decadent.org.uk Git - dak.git/commitdiff
i bet noone uses this stuff, so i dont care. off with pipefail
authorJoerg Jaspert <joerg@debian.org>
Sat, 11 Aug 2012 15:13:34 +0000 (17:13 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 11 Aug 2012 15:13:34 +0000 (17:13 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index 535f109fa784b8e16b9c1fd0c32a3321073b6490..ae534ba60e3a60a66d8531456bacfb20ff70ea15 100644 (file)
@@ -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() {