From 999697b9142f791c7f08e80d7c42762dd9b6c82a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 9 Mar 2010 01:32:52 +0000 Subject: [PATCH] tools: fixperms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ea5a13ed..14f1f4e66 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ continuous ci: setversion # fix permissions (eg after darcs get) fixperms: - chmod +x tools/* + chmod +x hledger.hs tools/* # build the standalone unit test runner. Requires test-framework, which # may not work on windows.