Commit 5fd94589 authored by Jack Jansen's avatar Jack Jansen

For MacPython-OS9 verbose is the default.

parent d59f8d06
......@@ -81,6 +81,9 @@ def buildapplet():
verbose = Verbose()
elif opt in ('-?', '--help'):
usage()
# On OS9 always be verbose
if sys.platform == 'mac' and not verbose:
verbose = 'default'
# Loop over all files to be processed
for filename in args:
cr, tp = MacOS.GetCreatorAndType(filename)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment