From 4433a982331a0fe6fe10cb3a40889dadcd35c004 Mon Sep 17 00:00:00 2001 From: Jason Yeung Date: Fri, 28 May 2004 21:35:13 +0000 Subject: [PATCH] Modified to add GWMODELS --- direct/src/showbase/ppython | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index c61be5f4dd..648269be6e 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -94,6 +94,11 @@ if [ "$PMODELS" ]; then PMODELS=`cygpath -w $PMODELS` export PMODELS fi +# Gateway models +if [ "$GWMODELS" ]; then + GWMODELS=`cygpath -w $GWMODELS` + export GWMODELS +fi # Export the proper home environment variable HOME=`cygpath -w "$HOME"`