[svn] commit: r287 - /branches/f2f200910/src/bin/bind10/bind10.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Nov 3 21:00:29 UTC 2009
Author: jreed
Date: Tue Nov 3 21:00:29 2009
New Revision: 287
Log:
Make sure the PYTHON_EXEC environment variable is passed through.
Modified:
branches/f2f200910/src/bin/bind10/bind10.py
Modified: branches/f2f200910/src/bin/bind10/bind10.py
==============================================================================
--- branches/f2f200910/src/bin/bind10/bind10.py (original)
+++ branches/f2f200910/src/bin/bind10/bind10.py Tue Nov 3 21:00:29 2009
@@ -52,6 +52,7 @@
spawn_stdout = None
spawn_env = self.env
spawn_env['PATH'] = os.environ['PATH']
+ spawn_env['PYTHON_EXEC'] = os.environ['PYTHON_EXEC']
self.process = subprocess.Popen(self.args,
stdin=subprocess.PIPE,
stdout=spawn_stdout,
More information about the bind10-changes
mailing list