From 54500bb79fb744d9725168f5acaaf3612c221aa8 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 1 Sep 1995 11:53:17 +0000 Subject: Fixed typo --- Mac/scripts/binhextree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12