Fix Mac build, patch #1091 by Humberto Diogenes.

This commit is contained in:
Georg Brandl 2007-09-03 07:27:49 +00:00
parent e4ac7504c9
commit c76473d887
8 changed files with 18 additions and 16 deletions

View file

@ -12,7 +12,8 @@ import getopt
class NoArgsError(Exception):
pass
def handler((verbose, force), dirname, fnames):
def handler(arg1, dirname, fnames):
verbose, force = arg1
for fn in fnames:
if fn[-5:] == '.rsrc' and fn[-13:] != '.rsrc.df.rsrc':
if force: