beloglazov / vim-online-thesaurus

A Vim plugin for looking up words in an online thesaurus
Apache License 2.0
247 stars 21 forks source link

Changed shell from sh to bash #22

Closed Shurakai closed 9 years ago

Shurakai commented 9 years ago

On my system (Ubuntu 12.04 LTS), "sh" will result in the use of "dash". However, changeset 48372a42e59e8c9db95c64839e9562ec40b77569 introduced a substitution on line 8, which is not supported by dash, resulting in an error message.

If the shell is changed to bash (which should be available on every system), everything works fine.

beloglazov commented 9 years ago

Makes sense, thanks!