summaryrefslogtreecommitdiffstats
path: root/Demo/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/scripts')
-rwxr-xr-xDemo/scripts/freeze.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demo/scripts/freeze.py b/Demo/scripts/freeze.py
index c17c33f..85ab5bc 100755
--- a/Demo/scripts/freeze.py
+++ b/Demo/scripts/freeze.py
@@ -308,7 +308,8 @@ def process(filename, addmodules):
else:
print 'Done.'
#
- if not quiet: print 'Note: consider this:'; print 'strip', ofile
+ if not quiet and not noexec and sts == 0:
+ print 'Note: consider this:'; print '\tstrip', ofile
#
sys.exit(sts)