From 1f1b51321cdaad185fa44d005d5aed46cbc581c2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 25 Jun 2003 15:17:57 +0000 Subject: [PATCH] enquote HOME variable in case it contains spaces --- direct/src/showbase/ppython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index e8fa6c247c..9ebb0f54c2 100755 --- a/direct/src/showbase/ppython +++ b/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