summaryrefslogtreecommitdiff
path: root/makeself-header.sh
diff options
context:
space:
mode:
authorDenys Havrysh <Denys.Gavrysh@gmail.com>2018-04-23 22:01:14 +0300
committerStéphane Peter <megastep@megastep.org>2018-04-23 12:01:14 -0700
commita93061e5a50ffb412f88786a10cf86d26b29d142 (patch)
treee5346f3993bcbbb8eb45975c42bc2bb75180f1a7 /makeself-header.sh
parent2dcac39412e0dad1117fb05fdaecd6dc4663bef4 (diff)
downloadmakeself-a93061e5a50ffb412f88786a10cf86d26b29d142.tar.gz
Support base64 decoding on MacOS X (#127)
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 f53a4cf..07eb679 100755
--- a/makeself-header.sh
+++ b/makeself-header.sh
@@ -35,7 +35,7 @@ elif test -x /usr/ucb/echo; then
else
print_cmd="echo"
fi
-
+
if test -d /usr/xpg4/bin; then
PATH=/usr/xpg4/bin:\$PATH
export PATH