diff options
Diffstat (limited to 'coreutils/libcoreutils/cp_mv_stat.c')
-rw-r--r-- | coreutils/libcoreutils/cp_mv_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/libcoreutils/cp_mv_stat.c b/coreutils/libcoreutils/cp_mv_stat.c index 0849ebc6c..2e4f25e21 100644 --- a/coreutils/libcoreutils/cp_mv_stat.c +++ b/coreutils/libcoreutils/cp_mv_stat.c | |||
@@ -27,7 +27,7 @@ int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf) | |||
27 | { | 27 | { |
28 | if (sf(fn, fn_stat) < 0) { | 28 | if (sf(fn, fn_stat) < 0) { |
29 | if (errno != ENOENT) { | 29 | if (errno != ENOENT) { |
30 | bb_perror_msg("unable to stat '%s'", fn); | 30 | bb_perror_msg("cannot stat '%s'", fn); |
31 | return -1; | 31 | return -1; |
32 | } | 32 | } |
33 | return 0; | 33 | return 0; |