mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Print unambiguous paths with -R -v.
This commit is contained in:
parent
5406529771
commit
887cb17fac
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ done: argv += optind;
|
|||
rval = 1;
|
||||
} else {
|
||||
if (vflag) {
|
||||
(void)printf("%s", p->fts_accpath);
|
||||
(void)printf("%s", p->fts_path);
|
||||
|
||||
if (vflag > 1) {
|
||||
char m1[12], m2[12];
|
||||
|
|
|
|||
Loading…
Reference in a new issue