Only emit the trailing new line added in r322613 when not operating in quiet
mode. Reported by: pho MFC after: 1 week X-MFC-with: r322210
This commit is contained in:
parent
8ac4c959ab
commit
cf182be5e2
@ -568,7 +568,7 @@ main(int argc, char **argv)
|
||||
continue;
|
||||
rv |= (*action)(kp);
|
||||
}
|
||||
if (rv && pgrep)
|
||||
if (rv && pgrep && !quiet)
|
||||
putchar('\n');
|
||||
if (!did_action && !pgrep && longfmt)
|
||||
fprintf(stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user