pindexis / marker

The terminal command palette
MIT License
2.02k stars 106 forks source link

Install gives error on Yosemite #7

Closed flodi closed 9 years ago

flodi commented 9 years ago

I've upgraded bash to 4.x and echo $BASH_VERSION prints 4.3.33(1)-release but doing a ./install.py I get this error: Couldn't extract bash version, please report the issue Installation failed

pindexis commented 9 years ago

can you execute bash --version and post the output? It's the command I'm using to get the version of BASH.

flodi commented 9 years ago

I get this:

ThinAir:log flodi$ bash --version GNU bash, versione 4.3.33(1)-release (x86_64-apple-darwin14.1.0) Copyright (C) 2013 Free Software Foundation, Inc. Licenza GPLv3+: GNU GPL versione 3 o successiva http://gnu.org/licenses/gpl.html

This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

pindexis commented 9 years ago

Ah, I should have thought about non-english systems. Install script updated. it should work fine now. Thanks for reporting