Fix unzip filename

This commit is contained in:
sneakypete81 2013-07-30 19:21:41 +01:00
parent 4b2039b661
commit 21d70a90b1

View file

@ -2,7 +2,7 @@
# download and install from sneakypete81's pylint fork
wget https://bitbucket.org/sneakypete81/pylint/get/use_ignore_patch.zip
unzip $HG_HASH.zip
unzip use_ignore_patch.zip
cd sneakypete81-pylint-*
python setup.py install