[Bug 247948] rc.d: Remove extra space in messages

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 13 11:55:41 UTC 2020


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

            Bug ID: 247948
           Summary: rc.d: Remove extra space in messages
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: jlduran at gmail.com

Created attachment 216417
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216417&action=edit
Remove extra space

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list