Remove prompt
This commit is contained in:
4
dist/macos/macdeploy.py
vendored
4
dist/macos/macdeploy.py
vendored
@@ -477,8 +477,8 @@ def main():
|
||||
for command in commands:
|
||||
print ' '.join(command)
|
||||
|
||||
print 'OK?'
|
||||
raw_input()
|
||||
#print 'OK?'
|
||||
#raw_input()
|
||||
|
||||
for command in commands:
|
||||
p = subprocess.Popen(command)
|
||||
|
||||
Reference in New Issue
Block a user