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

Error while running bootstrap #77

Closed
caarlos0 opened this issue Mar 10, 2013 · 10 comments
Closed

Error while running bootstrap #77

caarlos0 opened this issue Mar 10, 2013 · 10 comments

Comments

@caarlos0
Copy link
Contributor

MacBook-Pro-de-Carlos% script/bootstrap

  [ .. ] installing dotfilesinstall_dotfiles:18: = not found
script/bootstrap:121: = not found

  All installed!

I bought this mac today, please, don't blame me. :P

@dplarson
Copy link
Contributor

Aside from the error being listed in your terminal, did you notice any issues after installation (e.g. zsh completion doesn't work, spark wasn't installed, etc.)?

@caarlos0
Copy link
Contributor Author

the dotfiles didn`t work at all :/

On Sun, Mar 10, 2013 at 8:06 PM, David Larson notifications@github.comwrote:

Aside from the error being listed in your terminal, did you notice any
issues after installation (e.g. zsh completion doesn't work, spark wasn't
installed, etc.)?


Reply to this email directly or view it on GitHubhttps://github.com//issues/77#issuecomment-14691551
.

Atenciosamente,
Carlos Alexandro Becker
http://caarlos0.github.com/about

@dplarson
Copy link
Contributor

Did anything get symlinked into your home directory (check by entering "ls -ld .*" into your terminal, without the quotes).

@caarlos0
Copy link
Contributor Author

nope :/

On Mon, Mar 11, 2013 at 12:05 AM, David Larson notifications@github.comwrote:

Did anything get symlinked into your home directory (check by entering
*ls -l . **


Reply to this email directly or view it on GitHubhttps://github.com//issues/77#issuecomment-14695793
.

Atenciosamente,
Carlos Alexandro Becker
http://caarlos0.github.com/about

@holman
Copy link
Owner

holman commented Mar 11, 2013

Well that's weird.

@caarlos0
Copy link
Contributor Author

A lot. I'll try again tomorrow and update you guys.

Thanks.
Em 11/03/2013 00:43, "Zach Holman" notifications@github.com escreveu:

Well that's weird.


Reply to this email directly or view it on GitHubhttps://github.com//issues/77#issuecomment-14696463
.

@memborsky
Copy link
Contributor

Try changing the first line from #!/bin/zsh to #!/bin/sh.

@tomtomsen
Copy link

just wanted to note: this has been changed, because of #76

@memborsky
Copy link
Contributor

Cross posting why this user is failing on script/bootstrap:

Under the assumption that zsh is not currently installed, given that it has not been stated yet by the original issue poster. It is failing because the script is basically running in an empty environment, bound to fail until ZSH gets installed or the user makes the switch to #!/bin/bash or #!/bin/sh (which is a ploy to get the script to /bin/bash anyways).

On a mac run /bin/sh --version for proof that you'll end up running in the bash shell anyways, even if you have your shell set to be zsh.

@holman holman closed this as completed Mar 11, 2013
@caarlos0
Copy link
Contributor Author

It worked! Thanks a lot.

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