mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
fix quoted parameters
This commit is contained in:
parent
6628d5ac0a
commit
a56a5b1be2
@ -11,4 +11,4 @@ if test "zzz" != ""; then
|
|||||||
export LM_LICENSE_FILE
|
export LM_LICENSE_FILE
|
||||||
fi
|
fi
|
||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
exec `dirname $0`/yyy_bin $*
|
exec `dirname $0`/yyy_bin "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user