]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use "$@" instead of $* to cope with parameters that have spaces in
authorWarner Losh <imp@FreeBSD.org>
Wed, 13 Jun 2018 06:11:04 +0000 (06:11 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 13 Jun 2018 06:11:04 +0000 (06:11 +0000)
commit371ba7ec716d0227ab2404e7b8891c2c8b5a7a16
treeb4571184af537e2d35060cf7150ec8bf49df7c0d
parent483305b99cc3bed944b13b8f8183af265d970d27
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
usr.sbin/service/service.sh