gnucash-on-osx master: Don't set GNC_SHELL in the environment.

John Ralls jralls at code.gnucash.org
Fri Feb 28 11:11:57 EST 2020


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



commit e423a4696894afe188c4c375cc7fb336753c46c0
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 28 09:11:46 2020 -0700

    Don't set GNC_SHELL in the environment.
    
    FindUnixCommands in CMakeLists.txt will do the right thing.

diff --git a/jhbuildrc-custom b/jhbuildrc-custom
index cf626d0..8b8f8c3 100644
--- a/jhbuildrc-custom
+++ b/jhbuildrc-custom
@@ -50,5 +50,3 @@ 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 deletions(-)



More information about the gnucash-changes mailing list