Browse Source

enquote HOME variable in case it contains spaces

David Rose 22 years ago
parent
commit
1f1b51321c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ppython

+ 1 - 1
direct/src/showbase/ppython

@@ -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