mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
- Fix -l and -L by really surpressing output and just showing filenames
Submitted by: swell.k@gmail.com Approved by: delphij (mentor)
This commit is contained in:
parent
4065045502
commit
36bcf7c1fb
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ procline(struct str *l, int nottext)
|
|||
return (c); /* Binary file */
|
||||
|
||||
/* Dealing with the context */
|
||||
if ((tail || c) && !cflag && !qflag) {
|
||||
if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) {
|
||||
if (c) {
|
||||
if (!first && !prev && !tail && Aflag)
|
||||
printf("--\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue