]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/cron.unchecked
use "set -o pipefail" for shell scripts
[dak.git] / config / backports / cron.unchecked
index 423ce77dd7f3d995589310d0068c3f42954667b2..13be8d592a3ac0ce18f57e90c1762a98181a8fb4 100755 (executable)
@@ -17,6 +17,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