Skip to content

Conversation

tbelaire
Copy link
Contributor

Check for the existence of curl after failing to find wget.

Note that I ended up removing the quotes around $url
when referencing it in the call to wget, since urls can't have spaces
anyways, and the correct quoting was messy. Also I added a few
more local declarations to the variables.

To test, I did

rm -r .deps
make clean
make cmake
make

And it worked.

Now it checks for the existance of curl after
failing to find wget.

Note that I ended up removing the quotes around $url
when referencing it in the call to wget, since urls can't have spaces
anyways, and the correct quoting was messy.

To test, I did

    rm -r .deps
    make clean
    make cmake
    make

And it worked.
@davidgranstrom
Copy link

@tbelaire Great! Can confirm that your test is working here as well.

@tbelaire tbelaire mentioned this pull request Feb 23, 2014
@ashleyh
Copy link
Contributor

ashleyh commented Feb 23, 2014

Thanks for doing this but I am waiting to see the outcome of #13 before merging.

@ashleyh
Copy link
Contributor

ashleyh commented Feb 25, 2014

Done, thanks

@ashleyh ashleyh closed this Feb 25, 2014
dwb pushed a commit to dwb/neovim that referenced this pull request Feb 21, 2017
Sets the stage to fix neovim#46. Not sure why it isn't working at the moment, but I
wanted to get this merge in because a lot has changed and it seems like nothing
new is breaking (after using it personally for about a week).
dwb pushed a commit to dwb/neovim that referenced this pull request Feb 21, 2017
Signs refactor. Fixes neovim#61, neovim#48, neovim#60

Sets the stage to fix neovim#46. Not sure why it isn't working at the moment, but I
wanted to get this merge in because a lot has changed and it seems like nothing
new is breaking (after using it personally for about a week).
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

Successfully merging this pull request may close these issues.

3 participants