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

Weird output on nvm uninstall #644

Closed
mgol opened this issue Feb 3, 2015 · 2 comments
Closed

Weird output on nvm uninstall #644

mgol opened this issue Feb 3, 2015 · 2 comments
Assignees
Labels
bugs Oh no, something's broken :-( shell: zsh

Comments

@mgol
Copy link
Contributor

mgol commented Feb 3, 2015

$ nvm --version
0.23.3
$ nvm uninstall iojs-1.0
VERSION=''
Uninstalled io.js v1.0.4

This VERSION='' part is confusing. This is on OS X 10.10.2, built-in ZSH 5.0.5 (x86_64-apple-darwin14.0).

@ljharb
Copy link
Member

ljharb commented Feb 4, 2015

Is zsh built-in to OS X? I didn't think so.

Thanks though, I found the problem - duplicate local declarations do this in zsh only.

@ljharb ljharb self-assigned this Feb 4, 2015
@ljharb ljharb added bugs Oh no, something's broken :-( shell: zsh labels Feb 4, 2015
@mgol
Copy link
Contributor Author

mgol commented Feb 4, 2015

Yes, it is. :) And it's regularly updated unlike Bash that's now frozen
because Zsh has liberal license (MIT or sth) whereas Bash is now GPLv3.

@ljharb ljharb closed this as completed in 59e27f8 Feb 4, 2015
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 :-( shell: zsh
Projects
None yet
Development

No branches or pull requests

2 participants