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 672a3bb3c..07e083f5a 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -193,7 +193,7 @@ static unsigned long ls_disp_hr = 0; | |||
193 | static int my_stat(struct dnode *cur) | 193 | static int my_stat(struct dnode *cur) |
194 | { | 194 | { |
195 | #ifdef CONFIG_FEATURE_LS_FOLLOWLINKS | 195 | #ifdef CONFIG_FEATURE_LS_FOLLOWLINKS |
196 | if (follow_links == TRUE) { | 196 | if (follow_links) { |
197 | if (stat(cur->fullname, &cur->dstat)) { | 197 | if (stat(cur->fullname, &cur->dstat)) { |
198 | perror_msg("%s", cur->fullname); | 198 | perror_msg("%s", cur->fullname); |
199 | status = EXIT_FAILURE; | 199 | status = EXIT_FAILURE; |