mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
enquote HOME variable in case it contains spaces
This commit is contained in:
parent
b24a6ff2cb
commit
1f1b51321c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user