Browse Source

[2934] explicitly specify the relative path in "." statement.

there seems to be a portability issue without it.
JINMEI Tatuya 12 years ago
parent
commit
a29c0e18ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/lettuce/run_python-tool.sh

+ 1 - 1
tests/lettuce/run_python-tool.sh

@@ -19,5 +19,5 @@
 # BIND 10 Python libraries (in case the program needs them)
 # BIND 10 Python libraries (in case the program needs them)
 # usage example: run_python-tool.sh tools/xfr-client.py -p 5300 example.org
 # usage example: run_python-tool.sh tools/xfr-client.py -p 5300 example.org
 
 
-. setup_intree_bind10.sh
+. ./setup_intree_bind10.sh
 $PYTHON_EXEC $*
 $PYTHON_EXEC $*