-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
checksum fails when sha1sum is alias #670
Comments
@bhedana What version of Also, builtins shouldn't be aliased as a general rule. Please update your copy of |
this was freshly installed today using the command from the readme..
|
Oops, you're right :-) this is fixed in 820074e which isn't released yet. I'll release an update soon and this will fix your issue. |
so i pulled master just to play and i think these latest changes need a little adjustment to solve my particular issue.. the nvm_is_alias check doesn't appear to be returning as expected
again.. the short answer is.. don't alias this command.. :-) |
@bhedana hmm, which shell are you using? |
oh yes.. that's probably important... zsh |
Thanks - what does |
|
Gotcha, thanks. I do have unit tests for |
Fixed with 12ca8f2 |
on my system sha1sum is an alias
so all nvm installs fails checksum
i can workaround this issue by forcing nvm_checksum() to use shasum
or by removing sha1sum alias
The text was updated successfully, but these errors were encountered: