summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-09 00:14:19 +0200
committerGitHub <noreply@github.com>2018-09-09 00:14:19 +0200
commitc9461e859968f67da2ff99aed686073dc9c8bbb5 (patch)
tree936935d9ff338c43d73758978acd5d019f09947d /makeself
parentde492fc89d11369770053672878e7b41ab4c7052 (diff)
Update functions.sh
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 139738501e..6c589351fd 100755
--- a/makeself/functions.sh
+++ b/makeself/functions.sh
@@ -39,7 +39,7 @@ fetch() {
if [ ! -d "${NETDATA_MAKESELF_PATH}/tmp/${dir}" ]
then
cd "${NETDATA_MAKESELF_PATH}/tmp"
- run tar -zxvpf "${tar}"
+ run tar -zxpf "${tar}"
cd -
fi