]> git.donarmstrong.com Git - dak.git/blobdiff - config/debian/cron.unchecked
use "set -o pipefail" for shell scripts
[dak.git] / config / debian / cron.unchecked
index a534ba06cf2cd159045f1c009c818fe8581fad47..8dc3b1f037a10766ccf2ce97a1d3e059c7a1a1ea 100755 (executable)
@@ -18,6 +18,7 @@
 
 # exit on errors
 set -e
+set -o pipefail
 # make sure to only use defined variables
 set -u
 # ERR traps should be inherited from functions too. (And command