Bug 1775143 - pt12 - (mirror) 0391681090bb r=ng

(skip-generation)


Depends on D149825

Differential Revision: https://phabricator.services.mozilla.com/D149826
This commit is contained in:
Michael Froman 2022-06-20 22:34:23 +00:00 committed by Connor Sheehan
parent 3842d759e7
commit c60c1afc43

View file

@ -566,6 +566,8 @@ def main():
if len(sys.argv) < 2 or sys.argv[1] not in commands:
print('Expected one of: %s' % ', '.join(commands), file=sys.stderr)
return 1
if sys.argv[1] == 'copy_dlls':
return 0
return commands[sys.argv[1]](*sys.argv[2:])