index
:
builder
master
A stand-alone build engine inspired by Gentoo's ebuilds.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
build
2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 96b4fef..939f91c 100755
--- a/
build
+++ b/
build
@@ -119,7 +119,7 @@ load_rules()
fi
}
-if [ ! -z "${BUILDER_DEBUG}" ]; then
+if [ "${BUILDER_DEBUG:-0}" != '0' ]; then
set -x
fi