lua-language-server: escape $ sign in heredoc

This commit is contained in:
Aditya Alok 2021-10-25 23:57:59 +05:30
parent bc8448dc11
commit 1b9ccc79e5
No known key found for this signature in database
GPG Key ID: 5A52117417798AC7
1 changed files with 1 additions and 1 deletions

View File

@ -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")