Skip to content

Commit 3278324

Browse files
committed
scripts/code.sh: remove -x
1 parent d04d9d1 commit 3278324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -ex
3+
set -e
44

55
if [[ "$OSTYPE" == "darwin"* ]]; then
66
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }

0 commit comments

Comments
 (0)