diff options
-rw-r--r-- | init.c | 1 | ||||
-rw-r--r-- | init/init.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -407,6 +407,7 @@ static pid_t run(char *command, char *terminal, int get_enter) "SHELL=/bin/sh", termType, "USER=root", + "ENV=/etc/profile", 0 }; diff --git a/init/init.c b/init/init.c index ab4ad56..91a7255 100644 --- a/init/init.c +++ b/init/init.c @@ -407,6 +407,7 @@ static pid_t run(char *command, char *terminal, int get_enter) "SHELL=/bin/sh", termType, "USER=root", + "ENV=/etc/profile", 0 }; |