-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Fix Version/s: 4.0, 4.0-alpha4
-
Component/s: Packaging
-
Labels:None
-
Severity:Normal
-
Since Version:
-
Source Control Link:
I have always had GREP_OPTIONS set to –color=always.
Recently, on OS X, this bit me here:
Because GREP_OPTIONS is also deprecated, it's suggested you use the following format instead:
alias grep="grep --color=always"
We have two paths forward:
- unset GREP_OPTIONS
- Force the affected line to be grep --color=never
- links to