diff --git a/dist/macos/macdeploy.py b/dist/macos/macdeploy.py index ffca0e48..f49cc1cb 100755 --- a/dist/macos/macdeploy.py +++ b/dist/macos/macdeploy.py @@ -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)