diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index a575a02cb..964e7c964 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -230,7 +230,7 @@ static struct dnode *my_stat(char *fullname, char *name) | |||
230 | rc = getfilecon(fullname,&sid); | 230 | rc = getfilecon(fullname,&sid); |
231 | } | 231 | } |
232 | #endif | 232 | #endif |
233 | rc = stat(fullname, &dstat); | 233 | rc = stat(fullname, &dstat); |
234 | if(rc) { | 234 | if(rc) { |
235 | bb_perror_msg("%s", fullname); | 235 | bb_perror_msg("%s", fullname); |
236 | status = EXIT_FAILURE; | 236 | status = EXIT_FAILURE; |