lionheart / git-bigstore

Bigstore is a Git extension that helps you track big files in your repositories.
Apache License 2.0
183 stars 28 forks source link

setup.py shebang is wrong #19

Closed ghost closed 9 years ago

ghost commented 9 years ago

Should be:

#!/usr/bin/env python

not

#!/usr/bin/env/python

Can't install because of this.

dlo commented 9 years ago

Great catch. I'll update this ASAP.