From 0bf3afc215e27eaf55a171fd743384cee4dcbf91 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Tue, 29 Apr 2003 00:54:06 +0000 Subject: [PATCH] Fixed reference to dmodels --- direct/src/directscripts/runPythonEmacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index cc07fc4be9..e1cf46e8b0 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -87,7 +87,7 @@ if [ "$PANDAAPP" ]; then fi # Panda will now tolerate the colon in the de-cygpath version of the model trees -if [ "DMODELS" ]; then +if [ "$DMODELS" ]; then if [ "$debug" ]; then echo "DMODELS $DMODELS"; fi DMODELS=`cygpath -w $DMODELS` export DMODELS