]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/cron.weekly
use "set -o pipefail" for shell scripts
[dak.git] / config / backports / cron.weekly
index 1929e10faa617e64fd26e26adce60fb3dbb35710..ee57d39ffc762c5acae1c8bedc5edc5bc028b770 100755 (executable)
@@ -2,6 +2,7 @@
 #
 
 set -e
+set -o pipefail
 set -u
 # ERR traps should be inherited from functions too. (And command
 # substitutions and subshells and whatnot, but for us the functions is