From 07b4c84c6b7b7c2f118a4f76abdccfd72dd0d21a Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 5 Sep 2000 17:57:52 +0000 Subject: 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 --- init/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'init') 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) "SHELL=/bin/sh", termType, "USER=root", + "ENV=/etc/profile", 0 }; -- cgit v1.2.3-55-g6feb