From a1be078db2513b6ee05e1097b137ad205b11d476 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 22 Aug 2009 21:16:26 +0000 Subject: [PATCH] Took out setting the PYTHONPATH to null on one statement in finish-install. This sometimes caused a bus error on the Mac. I'm not sure that I've fixed or understood this error. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 195b51576..bf901ead9 100755 --- a/Makefile.in +++ b/Makefile.in @@ -198,7 +198,7 @@ ifeq ($(os_is_win),0) cp -f License.txt "@ct_bindir@" ifneq ($(build_python),0) @INSTALL@ -c tools/src/finish_install.py tools/bin - (PYTHONPATH=''; @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@) + @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@ cp -f "@homedir@/setup_cantera" "@ct_bindir@" chmod +x @ct_bindir@/setup_cantera chmod +x @ct_bindir@/ctnew