qrush / sub

a delicious way to organize programs
http://37signals.com/svn/posts/3264-automating-with-convention-introducing-sub
MIT License
1.74k stars 148 forks source link

Issue with "kiva init -" #39

Closed Nattle closed 6 years ago

Nattle commented 10 years ago

I still get this (again) when i setup the script: -bash: eval: line 12: syntax error near unexpected token )' -bash: eval: line 12: )'

I've tracked it down to "kiva commands --sh" not returning anything. I should be spitting out "shell".

I can fix it by replacing ${commands[*]}) with shell)

gerhard commented 9 years ago

Have you deleted libexec/kiva-sh-shell?