JazzCore / ctrlp-cmatcher

CtrlP C matching extension
BSD 2-Clause "Simplified" License
207 stars 22 forks source link

Remove bash build and install dependency #33

Closed ghost closed 9 years ago

ghost commented 9 years ago

21 allowed to build and install on platforms not providing `bash'.

However, python program workarounds (#32) reintroduce this dependency. We only need to run something like two commands, so building and installing bash for this purpose is a little overkill, and I appreciate the simplicity of just running ./install.sh instead of having to run the commands (even if simple) manually.

In addition, I renamed some variables to be more explicit, and updated minor details in documentation.

I can of course make separate pull-requests for each commit if preferred.

JazzCore commented 9 years ago

Completely forgot about your previous PR when I merged #32, sorry about that :) Anyway, no need in separate PR's, this looks good. Thanks!

ghost commented 9 years ago

No problem :-) Thanks for the merge!