aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.c b/init.c
index ab4ad5651..91a72550b 100644
--- a/init.c
+++ b/init.c
@@ -407,6 +407,7 @@ static pid_t run(char *command, char *terminal, int get_enter)
407 "SHELL=/bin/sh", 407 "SHELL=/bin/sh",
408 termType, 408 termType,
409 "USER=root", 409 "USER=root",
410 "ENV=/etc/profile",
410 0 411 0
411 }; 412 };
412 413