Tianon Gravi 10 years ago
parent
commit
bc324ae83b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .template-helpers/generate-dockerfile-links-partial.sh
  2. 1 1
      update.sh

+ 1 - 1
.template-helpers/generate-dockerfile-links-partial.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-set -e
+set -eo pipefail
 
 repo="$1"
 if [ -z "$repo" ]; then

+ 1 - 1
update.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-set -e
+set -eo pipefail
 
 cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
 helperDir='.template-helpers'