setup: import bugfix to ez_setup.py

This commit is contained in:
Zooko O'Whielacronx 2007-10-04 11:18:46 -07:00
parent 021b5d4f2a
commit c036a32e57

View File

@ -202,7 +202,7 @@ def update_md5(filenames):
if __name__=='__main__':
if '--md5update' in sys.argv[1]:
if '--md5update' in sys.argv:
sys.argv.remove('--md5update')
update_md5(sys.argv[1:])
else: