Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit bb779de

Browse files
committed
Silence debug
1 parent 1dc3e3e commit bb779de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/compile

Lines changed: 2 additions & 3 deletions
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
function indent() {
1414
c='s/^/ /'
@@ -49,8 +49,7 @@ if [ "$branch" != "" ]; then
4949
git checkout $branch >/dev/null 2>&1
5050
fi
5151

52-
# we'll get errors later if these are needed and don't exist
53-
chmod -f +x $dir/bin/{detect,compile,release} || true
52+
chmod -f +x $dir/bin/{detect,compile,release}
5453

5554
framework=$($dir/bin/detect $1)
5655

0 commit comments

Comments
 (0)