mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-11-01 02:35:51 +08:00 
			
		
		
		
	fixed wrong condition checking for 'shasum' (I'm using Mac OS 10.8.2)
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'.
This commit is contained in:
		
		Reference in New Issue
	
	Block a user