Commit 8e41afb1 authored by Roy Hyunjin Han's avatar Roy Hyunjin Han

Fixed bug by renaming _cmd to _cmd1

--HG--
branch : distribute
extra : rebase_source : edc82698ce88ae89fc840ea0b47f9398b80550fa
parent 458736bf
......@@ -445,7 +445,7 @@ def _relaunch():
log.warn('Relaunching...')
# we have to relaunch the process
# pip marker to avoid a relaunch bug
_cmd = ['-c', 'install', '--single-version-externally-managed']
_cmd1 = ['-c', 'install', '--single-version-externally-managed']
_cmd2 = ['-c', 'install', '--record']
if sys.argv[:3] == _cmd1 or sys.argv[:3] == _cmd2:
sys.argv[0] = 'setup.py'
......
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