summaryrefslogtreecommitdiff
path: root/makeself-header.sh
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2020-02-06 12:21:40 -0800
committerStephane Peter <megastep@megastep.org>2020-02-06 12:21:40 -0800
commit69036ac65d7b0f2b948a56b812f9f49313884087 (patch)
treeb704369e14358da2f7ecae6300efb8804c857b35 /makeself-header.sh
parent9aba89a45b475c97b46da9ed3abb95c94fa6e9fe (diff)
downloadmakeself-69036ac65d7b0f2b948a56b812f9f49313884087.tar.gz
Removed bashism
Diffstat (limited to 'makeself-header.sh')
-rwxr-xr-xmakeself-header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself-header.sh b/makeself-header.sh
index dc3555d..bcca53f 100755
--- a/makeself-header.sh
+++ b/makeself-header.sh
@@ -14,7 +14,7 @@ SHA="$SHAsum"
TMPROOT=\${TMPDIR:=/tmp}
USER_PWD="\$PWD"
export USER_PWD
-ARCHIVE_DIR=\$(dirname \$0)
+ARCHIVE_DIR=`dirname \$0`
export ARCHIVE_DIR
label="$LABEL"