diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-05 17:57:52 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-09-05 17:57:52 +0000 |
commit | 07b4c84c6b7b7c2f118a4f76abdccfd72dd0d21a (patch) | |
tree | 993065432d4ebf608b44ae8790412fbdb63fef6b /init | |
parent | 9aa4b956bf30f5d2184a115bf14bc61939abaf1b (diff) | |
download | busybox-w32-07b4c84c6b7b7c2f118a4f76abdccfd72dd0d21a.tar.gz busybox-w32-07b4c84c6b7b7c2f118a4f76abdccfd72dd0d21a.tar.bz2 busybox-w32-07b4c84c6b7b7c2f118a4f76abdccfd72dd0d21a.zip |
Set environment variable to make ash happy. ash is a frequent enough
target....
git-svn-id: svn://busybox.net/trunk/busybox@1009 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index ab4ad5651..91a72550b 100644 --- a/init/init.c +++ b/init/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 | ||