bin/brew: simplify filtering of `BIN_BREW_EXPORTED_VARS`
Looping over `BIN_BREW_EXPORTED_VARS` for each line of an env file is relatively inefficient. We can avoid this by constructing a regex before the loop and using that regex to match against the lines we want to skip.
C
Carlo Cabrera committed
21f7ed28f60ab9db3ba72f99239e4346e120945e
Parent: 9605dd1
Committed by Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
on 3/9/2026, 9:08:05 AM