We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfae45 commit 418a6b5Copy full SHA for 418a6b5
commands/.settings
@@ -1,5 +1,7 @@
1
#!/bin/bash -e
2
3
+set -o pipefail
4
+
5
export CPPSM="${BASH_SOURCE%/*/*}"
6
7
if [ -n "$TRAVIS_OS_NAME" ]; then
0 commit comments