Merge "Add LEX to the list of env variables to unset." into main

This commit is contained in:
Nathan Egge
2024-07-09 00:15:53 +00:00
committed by Gerrit Code Review

View File

@@ -313,6 +313,7 @@ func NewConfig(ctx Context, args ...string) Config {
"DISPLAY", "DISPLAY",
"GREP_OPTIONS", "GREP_OPTIONS",
"JAVAC", "JAVAC",
"LEX",
"NDK_ROOT", "NDK_ROOT",
"POSIXLY_CORRECT", "POSIXLY_CORRECT",