aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/chmod.c')
-rw-r--r--coreutils/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c
index 8b214991a..dd7b78412 100644
--- a/coreutils/chmod.c
+++ b/coreutils/chmod.c
@@ -63,7 +63,7 @@ static int fileAction(const char *fileName, struct stat *statbuf, void* param, i
63 } 63 }
64 err: 64 err:
65 if (!OPT_QUIET) 65 if (!OPT_QUIET)
66 bb_perror_msg("%s", fileName); 66 bb_simple_perror_msg(fileName);
67 return FALSE; 67 return FALSE;
68} 68}
69 69