mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

`eval` is a much bigger hammer than we need here, so let's try to avoid that. Also, we can use the builtin `read` instead of shelling out to `grep` which will be slightly more efficient.