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:
|
for command in commands:
|
||||||
print ' '.join(command)
|
print ' '.join(command)
|
||||||
|
|
||||||
print 'OK?'
|
#print 'OK?'
|
||||||
raw_input()
|
#raw_input()
|
||||||
|
|
||||||
for command in commands:
|
for command in commands:
|
||||||
p = subprocess.Popen(command)
|
p = subprocess.Popen(command)
|
||||||
|
|||||||
Reference in New Issue
Block a user