[svn] commit: r229 - /branches/f2f200910/src/bin/bigtool/run_bigtool

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 30 16:59:59 UTC 2009


Author: jinmei
Date: Fri Oct 30 16:59:59 2009
New Revision: 229

Log:
allowed the user to specify the value of PYTHON_EXEC

e.g. % PYTHON_EXEC=python3.1 sh run_bigtool

Modified:
    branches/f2f200910/src/bin/bigtool/run_bigtool

Modified: branches/f2f200910/src/bin/bigtool/run_bigtool
==============================================================================
--- branches/f2f200910/src/bin/bigtool/run_bigtool (original)
+++ branches/f2f200910/src/bin/bigtool/run_bigtool Fri Oct 30 16:59:59 2009
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-PYTHON_EXEC=python3
+PYTHON_EXEC=${PYTHON_EXEC:-python3}
 BIGTOOL_PATH=.
 
 PYTHONPATH=../../lib/cc/python:../../lib/bigtool/




More information about the bind10-changes mailing list