gnucash-on-windows master: Add quotes around litteral string

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 5 18:17:47 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/2aa0df87 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/b81ed717 (commit)



commit 2aa0df87913a840682d08ab3af42ba470abff805
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Sep 6 00:17:39 2017 +0200

    Add quotes around litteral string

diff --git a/jhbuildrc.in b/jhbuildrc.in
index 83796f7..422c999 100644
--- a/jhbuildrc.in
+++ b/jhbuildrc.in
@@ -51,7 +51,7 @@ add_to_path_var('PATH', os.path.join(_basedir, 'msys2', 'mingw32', 'bin'))
 
 os.environ['SRCROOT'] = checkoutroot
 os.environ['PREFIX'] = prefix
-os.environ['MSYS2ROOT'] = os.path.join(_basedir, msys2)
+os.environ['MSYS2ROOT'] = os.path.join(_basedir, 'msys2')
 #os.environ['GUILE_LOAD_PATH'] = os.path.join(prefix, 'share', 'guile', '2.0')
 #os.environ['GUILE_LOAD_BINARY_PATH'] = os.path.join(prefix, 'lib', 'guile', '2.0', 'ccache')
 autogenargs = "--build=i686-w64-mingw32"



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



More information about the gnucash-changes mailing list