Mark Mine 21 yıl önce
ebeveyn
işleme
2043f57dfa
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      direct/src/directscripts/runPythonEmacs

+ 4 - 4
direct/src/directscripts/runPythonEmacs

@@ -90,10 +90,10 @@ if [ "$PARALLAX" ]; then
     PARALLAX=`cygpath -w $PARALLAX`
     export PARALLAX
 fi
-if [ "$MRM" ]; then
-    if [ "$debug" ]; then echo "MRM   $MRM"; fi
-    MRM=`cygpath -w $MRM`
-    export MRM
+if [ "$KUKA" ]; then
+    if [ "$debug" ]; then echo "KUKA   $KUKA"; fi
+    KUKA=`cygpath -w $KUKA`
+    export KUKA
 fi
 if [ "$WINTOOLS" ]; then
     if [ "$debug" ]; then echo "WINTOOLS  $WINTOOLS"; fi