Use "$@" instead of $* to cope with parameters that have spaces in
them. "$@" preserves the args with spaces properly.
Differential Revision: https://reviews.freebsd.org/D15784
Use "$@" instead of $* to cope with parameters that have spaces in Tags None Referenced Files None Subscribers None
Description
Details
|