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

Checking for self defined nvm_download function will always be true #478

Closed
koenpunt opened this issue Jul 18, 2014 · 1 comment
Closed
Labels
bugs Oh no, something's broken :-(

Comments

@koenpunt
Copy link
Contributor

So this has no effect:

if ! nvm_has "nvm_download"; then
     echo 'nvm needs curl or wget to proceed.' >&2;
     return 1
fi
@ljharb
Copy link
Member

ljharb commented Jul 18, 2014

ah, good call :-) thanks

@ljharb ljharb closed this as completed in ca43ca2 Jul 18, 2014
@ljharb ljharb added the bugs label Jul 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs Oh no, something's broken :-(
Projects
None yet
Development

No branches or pull requests

2 participants