diff options
author | ru <ru@FreeBSD.org> | 2003-12-16 15:17:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-12-16 15:17:30 +0000 |
commit | 6bf44828f03e0c4f12bfe3bfbc56f68e90da8737 (patch) | |
tree | 3c39f8f328b7f1fdaff08beea66988a7f08e752f /bin/chmod | |
parent | 1b8b89ab32a670ae5569eb2305e03c563ebe89ab (diff) | |
download | FreeBSD-src-6bf44828f03e0c4f12bfe3bfbc56f68e90da8737.zip FreeBSD-src-6bf44828f03e0c4f12bfe3bfbc56f68e90da8737.tar.gz |
Print unambiguous paths with -R -v.
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 0f97f69..a89da87 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -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]; |