HomeFreeBSD

Use "$@" instead of $* to cope with parameters that have spaces in

Description

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

Details