我试图在 OSX 10.8.5 上安装 eclim 并且安装程序失败,因为它不喜欢我安装的 grep。
[ANT][exec]configure: error: no acceptable grep could be found
[ANT][exec] checking for grep that handles long lines and -e...
我的 grep 有 -e
SYNOPSIS
grep [OPTIONS] PATTERN [FILE...]
grep [OPTIONS] [-e PATTERN | -f FILE] [FILE...]
这里发生了什么?