gnucash maint: fix missing chmod +x in configure.ac

John Ralls jralls at code.gnucash.org
Tue Dec 6 18:31:03 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/57e7ba86 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f3826953 (commit)



commit 57e7ba869db504989b694451bdf066cbaeddd21e
Author: Ryan Tucker <git at ryantucker.us>
Date:   Tue Dec 6 15:27:28 2016 -0800

    fix missing chmod +x in configure.ac

diff --git a/configure.ac b/configure.ac
index 76dd371..dd26ee8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1647,7 +1647,7 @@ AC_CONFIG_FILES([src/gnc-module/test/test-scm-multi],
 AC_CONFIG_FILES([src/gnome-utils/test/test-load-module],
                 [chmod +x src/gnome-utils/test/test-load-module])
 AC_CONFIG_FILES([src/report/locale-specific/us/test/test-load-module],
-                [src/report/locale-specific/us/test/test-load-module])
+                [chmod +x src/report/locale-specific/us/test/test-load-module])
 AC_CONFIG_FILES([src/report/report-gnome/test/test-load-module],
                 [chmod +x src/report/report-gnome/test/test-load-module])
 AC_CONFIG_FILES([src/report/report-system/test/test-load-module],



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list