diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/build/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/config.go b/ui/build/config.go index c8670ae2..876bfe02 100644 --- a/ui/build/config.go +++ b/ui/build/config.go @@ -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", |