aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 0620e1ea1..52ee6777a 100644
--- a/init.c
+++ b/init.c
@@ -886,7 +886,7 @@ extern int init_main(int argc, char **argv)
setsid();
/* Make sure PATH is set to something sane */
- putenv(_PATH_STDPATH);
+ putenv("PATH="_PATH_STDPATH);
/* Hello world */
#ifndef DEBUG_INIT