aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-22 23:37:30 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-22 23:37:30 +0000
commit544891dd2606ad3beb0aed65feaacc7a100c9dd2 (patch)
treeb6b975d748efd73b474be62572b79f3c4b132738 /init
parentadea7a6101ca46d83c4c2327d349c3ca3a5c7601 (diff)
downloadbusybox-544891dd2606ad3beb0aed65feaacc7a100c9dd2.tar.gz
Add in kent robotti's updated dos2unix.c
Diffstat (limited to 'init')
-rw-r--r--init/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/init/init.c b/init/init.c
index 2657ec628..4284600c4 100644
--- a/init/init.c
+++ b/init/init.c
@@ -93,9 +93,8 @@ static const int RB_AUTOBOOT = 0x01234567;
#endif
#endif
-#ifndef _PATH_STDPATH
+#undef _PATH_STDPATH
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
-#endif
#if defined BB_FEATURE_INIT_COREDUMPS