diff options
author | Eric Andersen | 2000-09-05 17:57:52 +0000 |
---|---|---|
committer | Eric Andersen | 2000-09-05 17:57:52 +0000 |
commit | 3639c5d9509ff2c91dee55bbce290d87a49970d5 (patch) | |
tree | 993065432d4ebf608b44ae8790412fbdb63fef6b /init | |
parent | 1b355ebba68bdd567dd3961a18291dfd9532c2e8 (diff) | |
download | busybox-3639c5d9509ff2c91dee55bbce290d87a49970d5.zip busybox-3639c5d9509ff2c91dee55bbce290d87a49970d5.tar.gz |
Set environment variable to make ash happy. ash is a frequent enough
target....
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 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 }; |