diff options
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 399d5e684..c0dd32fb4 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include "libbb.h" | 19 | #include "libbb.h" |
20 | #include "shell_common.h" | 20 | #include "shell_common.h" |
21 | 21 | ||
22 | #if !ENABLE_PLATFORM_MINGW32 | 22 | #if !ENABLE_PLATFORM_MINGW32 || ENABLE_ASH_IGNORE_CR |
23 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; | 23 | const char defifsvar[] ALIGN1 = "IFS= \t\n"; |
24 | #else | 24 | #else |
25 | const char defifsvar[] ALIGN1 = "IFS= \t\n\r"; | 25 | const char defifsvar[] ALIGN1 = "IFS= \t\n\r"; |