From 3639c5d9509ff2c91dee55bbce290d87a49970d5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Sep 2000 17:57:52 +0000 Subject: Set environment variable to make ash happy. ash is a frequent enough target.... --- init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'init.c') diff --git a/init.c b/init.c index ab4ad5651..91a72550b 100644 --- a/init.c +++ b/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