瀏覽代碼

*** empty log message ***

Joe Shochet 25 年之前
父節點
當前提交
830421c3cc
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      direct/src/directscripts/runPythonEmacs

+ 12 - 0
direct/src/directscripts/runPythonEmacs

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