commit | 3639c5d9509ff2c91dee55bbce290d87a49970d5 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Sep 05 17:57:52 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Sep 05 17:57:52 2000 +0000 |
tree | 993065432d4ebf608b44ae8790412fbdb63fef6b | |
parent | 1b355ebba68bdd567dd3961a18291dfd9532c2e8 [diff] [blame] |
Set environment variable to make ash happy. ash is a frequent enough target....
diff --git a/init.c b/init.c index ab4ad56..91a7255 100644 --- a/init.c +++ b/init.c
@@ -407,6 +407,7 @@ "SHELL=/bin/sh", termType, "USER=root", + "ENV=/etc/profile", 0 };