diff options
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 27fd14ecc..3c0b921cf 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -33,7 +33,9 @@ const char bb_msg_standard_output[] ALIGN1 = "standard output"; | |||
33 | 33 | ||
34 | const char bb_hexdigits_upcase[] ALIGN1 = "0123456789ABCDEF"; | 34 | const char bb_hexdigits_upcase[] ALIGN1 = "0123456789ABCDEF"; |
35 | 35 | ||
36 | #if !ENABLE_PLATFORM_MINGW32 | ||
36 | const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH; | 37 | const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH; |
38 | #endif | ||
37 | const char bb_default_login_shell[] ALIGN1 = LIBBB_DEFAULT_LOGIN_SHELL; | 39 | const char bb_default_login_shell[] ALIGN1 = LIBBB_DEFAULT_LOGIN_SHELL; |
38 | /* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin, | 40 | /* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin, |
39 | * but I want to save a few bytes here. Check libbb.h before changing! */ | 41 | * but I want to save a few bytes here. Check libbb.h before changing! */ |