summaryrefslogtreecommitdiffstats
path: root/makeself/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeself/functions.sh')
-rwxr-xr-xmakeself/functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeself/functions.sh b/makeself/functions.sh
index c015a97da4..a72a1f4110 100755
--- a/makeself/functions.sh
+++ b/makeself/functions.sh
@@ -3,6 +3,7 @@
# -----------------------------------------------------------------------------
# allow running the jobs by hand
+[ -z "${NETDATA_BUILD_WITH_DEBUG}" ] && export NETDATA_BUILD_WITH_DEBUG=0
[ -z "${NETDATA_INSTALL_PATH}" ] && export NETDATA_INSTALL_PATH="${1-/opt/netdata}"
[ -z "${NETDATA_MAKESELF_PATH}" ] && export NETDATA_MAKESELF_PATH="$(dirname "${0}")/.."
[ "${NETDATA_MAKESELF_PATH:0:1}" != "/" ] && export NETDATA_MAKESELF_PATH="$(pwd)/${NETDATA_MAKESELF_PATH}"