From 830421c3cc14635f1d6f85e055f16444ebc2cb69 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Sat, 3 Feb 2001 01:03:38 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/directscripts/runPythonEmacs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index a8c397b19b..301d2ad1f6 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -39,6 +39,18 @@ if [ "$WINTOOLS" ]; then export WINTOOLS fi +if [ "DMODELS" ]; then + DMODELS=`cygpath -w $DMODELS` + export DMODELS +fi + +if [ "$TTMODELS" ]; then + TTMODELS=`cygpath -w $TTMODELS` + export TTMODELS +fi + + + # Export the proper home environment variable HOME=`cygpath -w $HOME` export HOME