Print unambiguous paths with -R -v.
This commit is contained in:
parent
5406529771
commit
887cb17fac
@ -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 New Issue
Block a user