Skip to content

Commit

Permalink
data/bootstrap: Add -E option to make the functions to inherit trap c…
Browse files Browse the repository at this point in the history
…ommands
  • Loading branch information
retroflexer committed Nov 25, 2019
1 parent 8d9fca4 commit 9cb35f7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
set -euoE pipefail ## -E option will cause functions to inherit trap

. /usr/local/bin/release-image.sh

Expand Down

0 comments on commit 9cb35f7

Please sign in to comment.