From 8c888a7b06bcd577dde3028941eb5900ec69f817 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 18 Jun 2024 21:37:20 +0100 Subject: [PATCH] JAL-3631 gradle-build-and-re-install script, works with macOS or Linux --- utils/dev_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/dev_install.sh b/utils/dev_install.sh index 004877d..5648bf5 100755 --- a/utils/dev_install.sh +++ b/utils/dev_install.sh @@ -197,8 +197,8 @@ case $OS in APPDIR="${HOME}/opt/${APPLCU}" fi - if [ -e '$APPDIR' ]; then - echo "Uninstalling ${APP} at '{$APPDIR}'" + if [ -e "$APPDIR" ]; then + echo "Uninstalling ${APP} at '${APPDIR}'" if [ -e "${APPDIR}/uninstall" ]; then ${APPDIR}/uninstall -q else -- 1.7.10.2