From: JINMEI Tatuya Date: Wed, 6 Feb 2013 02:50:56 +0000 (-0800) Subject: [2145] added some comments about in-source test setup for bind10 script X-Git-Tag: bind10-1.0.0-rc-release~27^2~3^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b43c93c8cb4e0256677c01d5f649093fc27c998a;p=thirdparty%2Fkea.git [2145] added some comments about in-source test setup for bind10 script --- diff --git a/src/bin/bind10/bind10.in b/src/bin/bind10/bind10.in index 6421bab2f4..88c45c9463 100755 --- a/src/bin/bind10/bind10.in +++ b/src/bin/bind10/bind10.in @@ -1,5 +1,7 @@ #!/bin/sh +# We use this wrapper script both for production and in-source tests; in +# the latter case B10_FROM_BUILD environment is expected to be defined. if test -n "${B10_FROM_BUILD}"; then exec ${B10_FROM_BUILD}/src/bin/bind10/b10-init $* else