mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
change $* to ${1+"$"}
This commit is contained in:
parent
f9a0d4acea
commit
6d8770d60c
@ -54,8 +54,8 @@ export HOME
|
||||
|
||||
if [ x"$1" = x"-d" ]; then
|
||||
shift 1
|
||||
exec python_d $*
|
||||
exec python_d ${1+"$@"}
|
||||
else
|
||||
exec python $*
|
||||
exec python ${1+"$@"}
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user