summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/binhextree.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-09-01 11:53:17 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-09-01 11:53:17 (GMT)
commit54500bb79fb744d9725168f5acaaf3612c221aa8 (patch)
tree4bfda03b1a9037ffc370218c6c40da761e9ad3d4 /Mac/scripts/binhextree.py
parent8932a8223e013de8b8bd690b393b4797bb076900 (diff)
downloadcpython-54500bb79fb744d9725168f5acaaf3612c221aa8.zip
cpython-54500bb79fb744d9725168f5acaaf3612c221aa8.tar.gz
cpython-54500bb79fb744d9725168f5acaaf3612c221aa8.tar.bz2
Fixed typo
Diffstat (limited to 'Mac/scripts/binhextree.py')
-rw-r--r--Mac/scripts/binhextree.py2
1 files changed, 1 insertions, 1 deletions
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 @@ def hexbincwprojects(creator):
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)