mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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
|
if [ x"$1" = x"-d" ]; then
|
||||||
shift 1
|
shift 1
|
||||||
exec python_d $*
|
exec python_d ${1+"$@"}
|
||||||
else
|
else
|
||||||
exec python $*
|
exec python ${1+"$@"}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user