summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a9db0909..4bb26e43 100755
--- a/build.sh
+++ b/build.sh
@@ -81,7 +81,7 @@ buildp_dispatch_pkg_state() {
if [ "${PKG_NO_LOG_VARS:-0}" -eq 0 ]; then
rtl_log_env_vars "build" $(rtl_get_vars_fast "^PKG_");
fi;
- if [ "${ARG_VERBOSE:-0}" -ge 3 ]; then
+ if [ "${ARG_XTRACE:-0}" -ge 1 ]; then
set -o xtrace;
fi; ;;
esac;