lua-language-server: escape $ sign in heredoc
This commit is contained in:
parent
bc8448dc11
commit
1b9ccc79e5
@ -41,7 +41,7 @@ termux_step_make_install() {
|
||||
|
||||
# After action of termux-elf-cleaner lua-language-server's binary(ELF) is unable to
|
||||
# determine its version, so provide it manually.
|
||||
if [ "$1" = "--version" ]; then
|
||||
if [ "\$1" = "--version" ]; then
|
||||
echo "${TERMUX_PKG_NAME}: ${TERMUX_PKG_VERSION}"
|
||||
else
|
||||
TMPPATH=\$(mktemp -d "${TERMUX_PREFIX}/tmp/${TERMUX_PKG_NAME}.XXXX")
|
||||
|
Loading…
Reference in New Issue
Block a user