diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-05 17:57:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-05 17:57:52 +0000 |
commit | 3639c5d9509ff2c91dee55bbce290d87a49970d5 (patch) | |
tree | 993065432d4ebf608b44ae8790412fbdb63fef6b /init.c | |
parent | 1b355ebba68bdd567dd3961a18291dfd9532c2e8 (diff) |
Set environment variable to make ash happy. ash is a frequent enough
target....
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 1 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 }; |