Don't print an empty line for files with no attributes when -q is given for
lsextattr(8).
This commit is contained in:
parent
69b23515b5
commit
081b42f93c
@ -237,7 +237,8 @@ main(int argc, char *argv[])
|
||||
printf("%s%*.*s", i ? "\t" : "",
|
||||
ch, ch, buf + i + 1);
|
||||
}
|
||||
printf("\n");
|
||||
if (!flag_quiet || error > 0)
|
||||
printf("\n");
|
||||
continue;
|
||||
case EAGET:
|
||||
if (flag_nofollow)
|
||||
|
Loading…
Reference in New Issue
Block a user