aheckmann / m

mongodb version management
MIT License
267 stars 55 forks source link

Warning being shown when running the tool #81

Closed macintacos closed 1 year ago

macintacos commented 1 year ago

When I run m, I get some warning about using egrep:

$ m
egrep: warning: egrep is obsolescent; using ggrep -E
egrep: warning: egrep is obsolescent; using ggrep -E

I'm running macOS 12.6.1.

stennie commented 1 year ago

@macintacos Can you share some more details:

I'm not getting the same warning with the default macOS /usr/bin/egrep and also don't have ggrep so I suspect you have a newer version of GNU grep installed. That could still be handled more gracefully, I just need to make sure to test the expected versions.

Thanks, Stennie

stennie commented 1 year ago

This is fixed by way of #87