diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -93,9 +93,8 @@ static const int RB_AUTOBOOT = 0x01234567; | |||
93 | #endif | 93 | #endif |
94 | #endif | 94 | #endif |
95 | 95 | ||
96 | #ifndef _PATH_STDPATH | 96 | #undef _PATH_STDPATH |
97 | #define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" | 97 | #define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" |
98 | #endif | ||
99 | 98 | ||
100 | 99 | ||
101 | #if defined BB_FEATURE_INIT_COREDUMPS | 100 | #if defined BB_FEATURE_INIT_COREDUMPS |