Skip to content

Commit

Permalink
Update makeself-header.sh
Browse files Browse the repository at this point in the history
replaced with back ticks for better backward compatibility
  • Loading branch information
poliphant authored Apr 15, 2024
1 parent 9fa4d88 commit b3a9a75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makeself-header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ SIGNATURE="$Signature"
TMPROOT=\${TMPDIR:=/tmp}
USER_PWD="\$PWD"
export USER_PWD
ARCHIVE_DIR=\$( cd -- "\$(dirname "\$0")" >/dev/null 2>&1 ; echo \$PWD )
ARCHIVE_DIR=\` cd -- "\`dirname "\$0"\`" >/dev/null 2>&1 ; echo \$PWD \`
export ARCHIVE_DIR
ARCHIVE_BASE=\`basename "\$0"\`
export ARCHIVE_BASE
label="$LABEL"
script="$SCRIPT"
scriptargs="$SCRIPTARGS"
Expand Down

0 comments on commit b3a9a75

Please sign in to comment.