Commit 760670e
committed
Fix brew-specific check
When we find a brew-installed grep, we create an alias from ggrep to
grep, but an alias can't be defined and used in the same parsing unit,
so we exit early instead.
See: https://www.shellcheck.net/wiki/SC22621 parent 4695cb7 commit 760670e
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
0 commit comments