]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove excess spaces from rc.d scripts
authorallanjude <allanjude@FreeBSD.org>
Mon, 13 Jul 2020 13:44:54 +0000 (13:44 +0000)
committerallanjude <allanjude@FreeBSD.org>
Mon, 13 Jul 2020 13:44:54 +0000 (13:44 +0000)
commitfdaf9b480dbc03a9bfcb1d98781668a10f06407a
tree71c393e0fb70ddf7469a7df0af3be41b77e6f9d0
parentc2faa57f9e4dc919af867321ef26569079f6257f
Remove excess spaces from rc.d scripts

The space between words is already being echoed by the space between quoted strings:

    % echo 'foo' 'bar'
    foo bar

    % echo 'foo' ' baz'
    foo  baz

Found in `ipfw` and `mountlate` messages.

PR: 247948
Submitted by: Jose Luis Duran <jlduran@gmail.com>
MFC after: 2 weeks
Sponsored by: Klara Inc.
libexec/rc/rc.d/ipfw
libexec/rc/rc.d/mountlate