summaryrefslogtreecommitdiffstats
path: root/makeself
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-09-17 00:28:56 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-09-17 00:28:56 +0300
commitd1c75722c3f1cdc1092cce8f236e219dcefce259 (patch)
tree4f63219bd97ac5ff350c8a49bb0f0e647818ac79 /makeself
parentf5a751e82e71eaa8533cda3700face2025c712ce (diff)
make sure makeself/build-x86_64-static.sh runs with bash
Diffstat (limited to 'makeself')
-rwxr-xr-xmakeself/build-x86_64-static.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself/build-x86_64-static.sh b/makeself/build-x86_64-static.sh
index f3d33b276a..8c84039f3e 100755
--- a/makeself/build-x86_64-static.sh
+++ b/makeself/build-x86_64-static.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
. $(dirname "$0")/../installer/functions.sh || exit 1