minor tweak to linux case

This commit is contained in:
David Rose 2004-04-08 16:34:44 +00:00
parent d5a2d790b0
commit 80986e8f3c

View File

@ -13,7 +13,7 @@ if [ -z "$PANDA_ROOT" ]; then
PYTHONPATH=`echo $PYTHONPATH | sed 'y/;/:/'`
export PYTHONPATH
# Run unbuffered output, with any options passed in
exec $wgl python -u $*
exec $wgl python -u "$@"
exit 1
fi