Parcourir la source

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

there seems to be a portability issue without it.
JINMEI Tatuya il y a 12 ans
Parent
commit
a29c0e18ea
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
 # usage example: run_python-tool.sh tools/xfr-client.py -p 5300 example.org
 
-. setup_intree_bind10.sh
+. ./setup_intree_bind10.sh
 $PYTHON_EXEC $*