[Bug 221534] [patch] pgrep(1) does not print the final newline

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 14 22:56:13 UTC 2017


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

            Bug ID: 221534
           Summary: [patch] pgrep(1) does not print the final newline
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: kdrakehp at zoho.com
          Keywords: patch

Created attachment 185422
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185422&action=edit
Print a newline before exiting

After r322210 pgrep(1) no longer prints the final newline.

Output:
        $ sleep 1 & pgrep sleep
        12345$

Expected output:
        $ sleep 1 & pgrep sleep
        12345
        $

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


More information about the freebsd-bugs mailing list