Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c504d9c authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove BASH_ENV from the build environment

This runs an arbitrary shell script for all non-interactive bash sessions, and we've got lots of those.

It was causing problems with Fedora 30, which triggers the `manpath` executable, which isn't available in our $PATH:
https://groups.google.com/d/msg/android-building/WqEyZQuxYtY/zDXl9irOCAAJ

Change-Id: If2f63bbbcc3accb8d239f93fa06823d301d69488
parent a3ab1a92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ func NewConfig(ctx Context, args ...string) Config {
		"DIST_DIR",

		// Variables that have caused problems in the past
		"BASH_ENV",
		"CDPATH",
		"DISPLAY",
		"GREP_OPTIONS",