|
@@ -39,6 +39,18 @@ if [ "$WINTOOLS" ]; then
|
|
|
export WINTOOLS
|
|
export WINTOOLS
|
|
|
fi
|
|
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
|
|
# Export the proper home environment variable
|
|
|
HOME=`cygpath -w $HOME`
|
|
HOME=`cygpath -w $HOME`
|
|
|
export HOME
|
|
export HOME
|