瀏覽代碼

added gateway cygpath commands

Joe Shochet 22 年之前
父節點
當前提交
d5a2d790b0
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 5 0
      direct/src/directscripts/runPythonEmacs
  2. 4 0
      direct/src/showbase/ppython

+ 5 - 0
direct/src/directscripts/runPythonEmacs

@@ -40,6 +40,11 @@ if [ "$OTP" ]; then
     OTP=`cygpath -w $OTP`
     export OTP
 fi
+if [ "$GATEWAY" ]; then
+    if [ "$debug" ]; then echo "GATEWAY    $GATEWAY"; fi
+    GATEWAY=`cygpath -w $GATEWAY`
+    export GATEWAY
+fi
 if [ "$TOONTOWN" ]; then
     if [ "$debug" ]; then echo "TOONTOWN  $TOONTOWN"; fi
     TOONTOWN=`cygpath -w $TOONTOWN`

+ 4 - 0
direct/src/showbase/ppython

@@ -49,6 +49,10 @@ if [ "$OTP" ]; then
     OTP=`cygpath -w $OTP`
     export OTP
 fi
+if [ "$GATEWAY" ]; then
+    GATEWAY=`cygpath -w $GATEWAY`
+    export GATEWAY
+fi
 if [ "$TOONTOWN" ]; then
     TOONTOWN=`cygpath -w $TOONTOWN`
     export TOONTOWN