mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
67873faecb
commit
830421c3cc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user