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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"