Fixed reference to dmodels

This commit is contained in:
Mark Mine 2003-04-29 00:54:06 +00:00
parent 337c287ec3
commit 0bf3afc215

View File

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