]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2934] explicitly specify the relative path in "." statement.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 23 May 2013 22:18:33 +0000 (15:18 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 23 May 2013 22:18:33 +0000 (15:18 -0700)
there seems to be a portability issue without it.

tests/lettuce/run_python-tool.sh

index c588a4de7c494fafe86ec6fed7fc0444d38d3696..e93068ebdc896a4cf604a6de61b642df8d119b36 100755 (executable)
@@ -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 $*