diff --git a/dist/macdeploy.py b/dist/macdeploy.py index 3d6863f4f..6d805624f 100755 --- a/dist/macdeploy.py +++ b/dist/macdeploy.py @@ -369,11 +369,11 @@ FixPlugin(FindGstreamerPlugin('gst-plugin-scanner'), '.') for plugin in QT_PLUGINS: FixPlugin(FindQtPlugin(plugin), os.path.dirname(plugin)) -print 'Would run %d commands:' % len(commands) -for command in commands: - print ' '.join(command) - if len(sys.argv) <= 2: + print 'Would run %d commands:' % len(commands) + for command in commands: + print ' '.join(command) + print 'OK?' raw_input()