Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run ./script/bootstrap - Function Not Found #30

Closed
timkaboya opened this issue Dec 22, 2016 · 4 comments
Closed

Unable to run ./script/bootstrap - Function Not Found #30

timkaboya opened this issue Dec 22, 2016 · 4 comments

Comments

@timkaboya
Copy link

So I encountered #16 but on manually doing the file commands, that seemed to fix it.
Now this script ./script/bootstrap is giving this error.

./script/bootstrap
./script/bootstrap: 3: ./script/bootstrap: function: not found

./script/bootstrap: 6: ./script/bootstrap: Syntax error: "}" unexpected
Makefile:2: recipe for target 'bootstrap' failed
make: *** [bootstrap] Error 2

It seems as tho its failing on function "say" in the script. Whats that function for?

@kickstarter This code you threw up online is not running...

@LetItRock
Copy link

LetItRock commented Dec 22, 2016

@timkaboya did you try to run app without this bootstrap?

@hodanny
Copy link
Contributor

hodanny commented Jan 6, 2017

@timkaboya I ran into the same issue and have a fix. Check out my pull request #43.

@rome753
Copy link

rome753 commented Aug 29, 2017

on my Ubuntu 16, edit the ./script/bootstrap file with a text editor,
change "function say {..." to "say() {...",
and also "function loudspeaker {..." to "loudspeaker() {...",
then apt install ruby and curl,
then ok.

@luoser
Copy link
Contributor

luoser commented Sep 18, 2017

closing now as @hodanny 's fix has been merged.

@luoser luoser closed this as completed Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants