Skip to content

Commit

Permalink
PIPEFAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 2, 2015
1 parent 15c3a81 commit bc324ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template-helpers/generate-dockerfile-links-partial.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail

repo="$1"
if [ -z "$repo" ]; then
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
helperDir='.template-helpers'
Expand Down

0 comments on commit bc324ae

Please sign in to comment.