Date: Mon, 13 Jul 2020 13:45:26 +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-XdS35MpeJe@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247948-227@https.bugs.freebsd.org/bugzilla/> References: <bug-247948-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247948 --- Comment #1 from commit-hook@FreeBSD.org --- 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 quot= ed 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. Changes: head/libexec/rc/rc.d/ipfw head/libexec/rc/rc.d/mountlate --=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-XdS35MpeJe>