# HG changeset patch # User Steve Kemp # Date 1228849205 0 # Node ID b7212009c8571be1a7b5a598e3295ed6c7ed92fd # Parent d2ab0ff77660d29f0d082cc3d2a51164c2da4a05 Properly use maketidy. D'oh. diff -r d2ab0ff77660 -r b7212009c857 Makefile --- a/Makefile Tue Dec 09 18:59:50 2008 +0000 +++ b/Makefile Tue Dec 09 19:00:05 2008 +0000 @@ -100,7 +100,7 @@ # Tidy the code # tidy: - if [ -x ~bin/perltidy ]; then \ + if [ -x ~/bin/perltidy ]; then \ ~/bin/perltidy ~/bin/chronicle cgi-bin/comments.cgi \ ; fi