git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2145b2
)
JAL-3631 gradle-build-and-re-install script, works with macOS or Linux
author
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 18 Jun 2024 20:37:20 +0000
(21:37 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 18 Jun 2024 20:37:20 +0000
(21:37 +0100)
utils/dev_install.sh
patch
|
blob
|
history
diff --git
a/utils/dev_install.sh
b/utils/dev_install.sh
index
004877d
..
5648bf5
100755
(executable)
--- 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