Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2020 11:55:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247948] rc.d: Remove extra space in messages
Message-ID:  <bug-247948-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247948

            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@FreeBSD.org
          Reporter: jlduran@gmail.com

Created attachment 216417
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216417&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247948-227>