From b461d36ea87930115f826cdf49b5224567af8c15 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Apr 2007 11:47:11 +0000 Subject: [PATCH] Miscellaneous changes --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 4544eead..561130a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -209,6 +209,7 @@ endif PyUnitTests: PyUnitTests.py cp PyUnitTests.py PyUnitTests + chmod 755 PyUnitTests ######################################################################