We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04d9d1 commit 3278324Copy full SHA for 3278324
1 file changed
scripts/code.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-set -ex
+set -e
4
5
if [[ "$OSTYPE" == "darwin"* ]]; then
6
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }
0 commit comments