From: Eric Andersen Date: Tue, 5 Sep 2000 17:57:52 +0000 (-0000) Subject: Set environment variable to make ash happy. ash is a frequent enough X-Git-Tag: 0_47~116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3639c5d9509ff2c91dee55bbce290d87a49970d5;p=oweals%2Fbusybox.git Set environment variable to make ash happy. ash is a frequent enough target.... --- 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 }; 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 };