Browse Source

added gateway cygpath commands

Joe Shochet 22 years ago
parent
commit
d5a2d790b0
2 changed files with 9 additions and 0 deletions
  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