Fix typo in previous commit.

This commit is contained in:
tgoff0 2015-02-19 18:18:33 +00:00
parent 40b1247b84
commit b41523216f

View file

@ -24,7 +24,7 @@ def main():
prefix = None
for p in sys.path:
if p.startswith(path):
prefix = path
prefix = python_prefix
break
if not prefix:
prefix = site.PREFIXES[-1]