summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-28 03:19:26 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-28 03:19:26 +0300
commitf727ae0a23017c728eb80ff62dcfd6e1636e218d (patch)
tree61b03f11caed860e7f5b3bd7e5ac92564a7f9660 /makeself
parentbb71b51bf9aa8ded340b59057101eb7c3a0ef9cf (diff)
allow running the jobs by hand
Diffstat (limited to 'makeself')
-rwxr-xr-xmakeself/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself/functions.sh b/makeself/functions.sh
index f2f543c28c..4ff439fb9f 100755
--- a/makeself/functions.sh
+++ b/makeself/functions.sh
@@ -9,7 +9,7 @@
[ -z "${NETDATA_SOURCE_PATH}" ] && export NETDATA_SOURCE_PATH="${NETDATA_MAKESELF_PATH}/.."
[ -z "${PROCESSORS}" ] && export PROCESSORS=$(cat /proc/cpuinfo 2>/dev/null | grep ^processor | wc -l)
[ -z "${PROCESSORS}" -o $((PROCESSORS)) -lt 1 ] && export PROCESSORS=1
-
+export NULL=
# debug
echo "ME=${0}"