gnucash-on-osx master: Set environment variable GNC_SHELL

John Ralls jralls at code.gnucash.org
Mon Jun 3 13:01:08 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/c1616371 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/d8521373 (commit)



commit c16163710361eed82df781cdaa4808599052f6f9
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jun 3 11:08:24 2019 +0200

    Set environment variable GNC_SHELL
    
    This will be used to override the SHELL variable to circumvent
    MacOS' System Integerty Protection in the gnucash build step

diff --git a/.jhbuildrc-custom b/.jhbuildrc-custom
index ab41b88..a14046f 100644
--- a/.jhbuildrc-custom
+++ b/.jhbuildrc-custom
@@ -59,3 +59,5 @@ append_autogenargs("libiconv", "--with-libintl-prefix=" + prefix)
 #Tell fontconfig where to find fonts and to not set a cache directory in prefix:
 append_autogenargs("fontconfig", "--with-default-fonts=/Library/Fonts --with-cache-dir=home")
 module_makecheck["gmp"] = True
+
+os.environ["GNC_SHELL"] = os.path.join(prefix, 'bin', 'bash')



Summary of changes:
 .jhbuildrc-custom | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list