You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ENV` is a reserved variable for `/bin/sh` which is used to setup
interactive shells. Rename the variable to `_ENV` to avoid the collision
with `/bin/sh`'s reserved variable name.
Fixes: da1e0f6 ("Unbreak the build when `ARCH` is not explicitly specified")
Reported by: @joelpelaez
Signed-off-by: Enji Cooper <ngie@FreeBSD.org>
0 commit comments