enquote HOME variable in case it contains spaces

This commit is contained in:
David Rose 2003-06-25 15:17:57 +00:00
parent b24a6ff2cb
commit 1f1b51321c

View File

@ -79,7 +79,7 @@ if [ "$TTMODELS" ]; then
fi
# Export the proper home environment variable
HOME=`cygpath -w $HOME`
HOME=`cygpath -w "$HOME"`
export HOME
if [ x"$1" = x"-devenv" ]; then