Fix shellcheck warning

Comply with https://github.com/koalaman/shellcheck/wiki/SC2086
This commit is contained in:
Lazarus Lazaridis 2018-03-24 21:28:01 +02:00 committed by GitHub
parent 895a3500dc
commit 265f027095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ if [ $EUID -ne 0 ]; then
exit
fi
HOME=$(eval echo ~${SUDO_USER})
HOME=$(eval echo "~${SUDO_USER}")
GOTO_FILE_LOCATION='/usr/local/share/goto.sh'
RC=""
if [ -f ~/.bashrc ]; then