BIND 10 trac2934, updated. a29c0e18ea2b70d6e4c2b2bd48199240f4c909db [2934] explicitly specify the relative path in "." statement.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 23 22:19:15 UTC 2013


The branch, trac2934 has been updated
       via  a29c0e18ea2b70d6e4c2b2bd48199240f4c909db (commit)
      from  58639475bb07feaf4755b83942a572abb2943743 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a29c0e18ea2b70d6e4c2b2bd48199240f4c909db
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 23 15:18:33 2013 -0700

    [2934] explicitly specify the relative path in "." statement.
    
    there seems to be a portability issue without it.

-----------------------------------------------------------------------

Summary of changes:
 tests/lettuce/run_python-tool.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/run_python-tool.sh b/tests/lettuce/run_python-tool.sh
index c588a4d..e93068e 100755
--- a/tests/lettuce/run_python-tool.sh
+++ b/tests/lettuce/run_python-tool.sh
@@ -19,5 +19,5 @@
 # BIND 10 Python libraries (in case the program needs them)
 # usage example: run_python-tool.sh tools/xfr-client.py -p 5300 example.org
 
-. setup_intree_bind10.sh
+. ./setup_intree_bind10.sh
 $PYTHON_EXEC $*



More information about the bind10-changes mailing list