diff options
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 27d2cc157..56cccaf2c 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -40,7 +40,7 @@ const char bb_busybox_exec_path[] = CONFIG_BUSYBOX_EXEC_PATH; | |||
40 | const char bb_default_login_shell[] = LIBBB_DEFAULT_LOGIN_SHELL; | 40 | const char bb_default_login_shell[] = LIBBB_DEFAULT_LOGIN_SHELL; |
41 | /* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin, | 41 | /* util-linux manpage says /sbin:/bin:/usr/sbin:/usr/bin, |
42 | * but I want to save a few bytes here. Check libbb.h before changing! */ | 42 | * but I want to save a few bytes here. Check libbb.h before changing! */ |
43 | const char bb_default_root_login_path[] = "/sbin:/usr/sbin:/bin:/usr/bin"; | 43 | const char bb_PATH_root_path[] = "PATH=/sbin:/usr/sbin:/bin:/usr/bin"; |
44 | 44 | ||
45 | 45 | ||
46 | const int const_int_0; | 46 | const int const_int_0; |