From 80986e8f3cf35fa0bec7ef712be47dfa57f6cb60 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 8 Apr 2004 16:34:44 +0000 Subject: [PATCH] minor tweak to linux case --- direct/src/showbase/ppython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index 85772236f4..c61be5f4dd 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -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