diff options
| author | Lawrence Stewart <lstewart@FreeBSD.org> | 2017-08-24 08:20:23 +0000 |
|---|---|---|
| committer | Lawrence Stewart <lstewart@FreeBSD.org> | 2017-08-24 08:20:23 +0000 |
| commit | cf182be5e26f522acc600e62ef83f9d32c62b6b7 (patch) | |
| tree | c850c7c3f8ee1c993fc49a48198bcf0f60390510 /bin | |
| parent | 8ac4c959ab003827d34aebab7fcf825223dba5e3 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/pkill/pkill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkill/pkill.c b/bin/pkill/pkill.c index 380dc29e1f04..8a307a6022ea 100644 --- a/bin/pkill/pkill.c +++ b/bin/pkill/pkill.c @@ -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, |
