nu7hatch / angular-foundation-on-yeoman

AngularJS powered by Zurb Foundation, running on Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with setup.sh on Linux

gabrielfgularte opened this issue · comments

I'm on Ubuntu 12.04 LTS and I can't get setup.sh working. Seems like there's an sintaxe error in the code. Here's the terminal output:

./scripts/setup.sh: 3: ./scripts/setup.sh: function: not found
./scripts/setup.sh: 10: ./scripts/setup.sh: Syntax error: "}" unexpected

Thanks!

This is because the script is really a bash script. It was probably written on a platform where sh = bash, but this not always the case. Submitting a pull request.

I can't test it anymore, did your PR solved the problem, @gflarity? If so, can you close this issue?