From 6bf44828f03e0c4f12bfe3bfbc56f68e90da8737 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 16 Dec 2003 15:17:30 +0000 Subject: Print unambiguous paths with -R -v. --- bin/chmod/chmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/chmod/chmod.c') 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]; -- cgit v1.1