Commit c9029603 authored by Philip Jenvey's avatar Philip Jenvey

remove duplicate -v arg

(transplanted from 0131f4eddc7df6042e98e02799064f2f836802db)

--HG--
branch : distribute
extra : rebase_source : 7d55bb261fca44726f81331beaa03cce3742aa53
parent eb16649b
......@@ -311,7 +311,7 @@ def _easy_install(argv, egg=None):
from setuptools.dist import Distribution
import distutils.core
if egg is not None:
setup_args = list(argv) + ['-v'] + [egg]
setup_args = list(argv) + [egg]
else:
setup_args = list(argv)
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment