mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
added vride; changed arg passthrough
This commit is contained in:
parent
31b61ea004
commit
31c4671e67
@ -46,6 +46,10 @@ if [ "$TTRADER" ]; then
|
|||||||
TTRADER=`cygpath -w $TTRADER`
|
TTRADER=`cygpath -w $TTRADER`
|
||||||
export TTRADER
|
export TTRADER
|
||||||
fi
|
fi
|
||||||
|
if [ "$VRIDE" ]; then
|
||||||
|
VRIDE=`cygpath -w $VRIDE`
|
||||||
|
export VRIDE
|
||||||
|
fi
|
||||||
if [ "$WINTOOLS" ]; then
|
if [ "$WINTOOLS" ]; then
|
||||||
WINTOOLS=`cygpath -w $WINTOOLS`
|
WINTOOLS=`cygpath -w $WINTOOLS`
|
||||||
export WINTOOLS
|
export WINTOOLS
|
||||||
@ -81,11 +85,7 @@ HOME=`cygpath -w $HOME`
|
|||||||
export HOME
|
export HOME
|
||||||
|
|
||||||
# Now start up emacs
|
# Now start up emacs
|
||||||
if [ "$1" != "" ]; then
|
exec runemacs $@
|
||||||
exec runemacs $1
|
|
||||||
else
|
|
||||||
exec runemacs
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user