commit | 54500bb79fb744d9725168f5acaaf3612c221aa8 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Sep 01 11:53:17 1995 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Sep 01 11:53:17 1995 +0000 |
tree | 4bfda03b1a9037ffc370218c6c40da761e9ad3d4 | |
parent | 8932a8223e013de8b8bd690b393b4797bb076900 [diff] [blame] |
Fixed typo
diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py index fa95af7..a13aff5 100644 --- a/Mac/scripts/binhextree.py +++ b/Mac/scripts/binhextree.py
@@ -60,7 +60,7 @@ dstfile = srcfile + '.hqx' if os.path.exists(dstfile) and \ os.stat(dstfile)[8] > os.stat(srcfile)[8]: - print 'Skip', path,'- Up-to-date' + print 'Skip', dstfile,'- Up-to-date' continue print 'Compacting', dstfile mgr.open(fss)