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

fixed 'bash command not found sha1sum' in Mac OS #181

Merged
merged 1 commit into from
Dec 8, 2012
Merged

fixed 'bash command not found sha1sum' in Mac OS #181

merged 1 commit into from
Dec 8, 2012

Conversation

andrwj
Copy link
Contributor

@andrwj andrwj commented Dec 8, 2012

line 188, which shasum > /dev/null 2>&1 will be replaced by:

'/usr/bin/shasum > /dev/null 2>&1'

but, /usr/bin/shasum needs filename argument which is ommited and the
test results always 'false'.

line 188, `which shasum > /dev/null 2>&1` will be replaced by:

	'/usr/bin/shasum > /dev/null 2>&1'

but, `/usr/bin/shasum` needs filename argument which is ommited and the
test results always 'false'.
creationix added a commit that referenced this pull request Dec 8, 2012
fixed 'bash command not found sha1sum' in Mac OS
@creationix creationix merged commit 0a4d3a2 into nvm-sh:master Dec 8, 2012
@insanehong
Copy link

thank you for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installing node: checksums This relates to checksum checking of downloaded node archives.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants