aheckmann / m

mongodb version management
MIT License
267 stars 55 forks source link

`m ls` throws warning #17

Closed creynders closed 9 years ago

creynders commented 9 years ago

Hi there,

Just a heads-up since it works correctly, but when I run m ls I get the following warnings before the list of possible versions:

/usr/local/bin/m: command substitution: line 469: syntax error near unexpected token `|'
/usr/local/bin/m: command substitution: line 469: `    | awk '{ print "  " $1 }''

This is on Mac OS X 10.10.1, with m v1.0.0

aheckmann commented 9 years ago

thanks for reporting this.

On Tue, Dec 2, 2014 at 2:21 AM, creynders notifications@github.com wrote:

Hi there,

Just a heads-up since it works correctly, but when I run m ls I get the following warnings before the list of possible versions:

/usr/local/bin/m: command substitution: line 469: syntax error near unexpected token |'/usr/local/bin/m: command substitution: line 469: | awk '{ print " " $1 }''

This is on Mac OS X 10.10.1, with m v1.0.0

— Reply to this email directly or view it on GitHub https://github.com/aheckmann/m/issues/17.

Aaron @aaronheckmann https://twitter.com/#!/aaronheckmann soundcloud.com/ajhecky github.com/aheckmann

aheckmann commented 9 years ago

your fix is in 1.0.1. thanks again.