diff options
-rwxr-xr-x | test_usage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_usage.sh b/test_usage.sh index caa5388..42c0f2f 100755 --- a/test_usage.sh +++ b/test_usage.sh @@ -11,7 +11,7 @@ # Note that this script uses the *installed* version of be, not the # one in your working tree. -set -e # exit imediately on failed command +set -e # exit immediately on failed command set -o pipefail # pipes fail if any stage fails set -v # verbose, echo commands to stdout |