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)