Set environment variable to make ash happy. ash is a frequent enough

target....
This commit is contained in:
Eric Andersen 2000-09-05 17:57:52 +00:00
parent 1b355ebba6
commit 3639c5d950
2 changed files with 2 additions and 0 deletions

1
init.c
View File

@ -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
};

View File

@ -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
};