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'.master
parent
68f7dc9cb3
commit
5596054445