fonnesbeck/ScipySuperpack

Incorrect handling of 'git' in install_superpack.sh

claumann opened this issue · 1 comments

Hi Chris-

Just installed your superpack on a clean, new macbook running Lion. Lion includes git and your install_superpack.sh looks for it using 'hash git' which succeeds so that it does not try to install a copy from googlecode. Unfortunately, it then calls ${GIT_PATH}git rather than the one that hash found, which leads to a failure.

As usual, thanks for all the hard work maintaining the super pack! Best,
Chris

Thanks for reporting the bug. Fixed in commit b3b12b9