Skip to content

Commit b5b5a02

Browse files
committed
Silence debug
1 parent acad5c0 commit b5b5a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o pipefail
88
# Fail on undeclared variables.
99
set -u
1010
# Debug, echo every command
11-
set -x
11+
#set -x
1212

1313
BUILD_DIR=$1
1414
CACHE_DIR=$2

0 commit comments

Comments
 (0)