Skip to content

Commit 418a6b5

Browse files
committed
Set pipefail to check for more errors
1 parent 5bfae45 commit 418a6b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/.settings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash -e
22

3+
set -o pipefail
4+
35
export CPPSM="${BASH_SOURCE%/*/*}"
46

57
if [ -n "$TRAVIS_OS_NAME" ]; then

0 commit comments

Comments
 (0)