https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247948

--- Comment #1 from [email protected] ---
A commit references this bug:

Author: allanjude
Date: Mon Jul 13 13:44:55 UTC 2020
New revision: 363142
URL: https://svnweb.freebsd.org/changeset/base/363142

Log:
  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 <[email protected]>
  MFC after:    2 weeks
  Sponsored by: Klara Inc.

Changes:
  head/libexec/rc/rc.d/ipfw
  head/libexec/rc/rc.d/mountlate

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to