Commit 8b13235
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 8b13235
2 files changed
+7
-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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
0 commit comments