mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor tweak to linux case
This commit is contained in:
parent
d5a2d790b0
commit
80986e8f3c
@ -13,7 +13,7 @@ if [ -z "$PANDA_ROOT" ]; then
|
|||||||
PYTHONPATH=`echo $PYTHONPATH | sed 'y/;/:/'`
|
PYTHONPATH=`echo $PYTHONPATH | sed 'y/;/:/'`
|
||||||
export PYTHONPATH
|
export PYTHONPATH
|
||||||
# Run unbuffered output, with any options passed in
|
# Run unbuffered output, with any options passed in
|
||||||
exec $wgl python -u $*
|
exec $wgl python -u "$@"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user