mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Use FEATURETEST variable instead of a path
feature-test tool location needs to be determined by its associated
variable; otherwise, the tool is not found on Windows:
setup.sh: line 22: ../feature-test: No such file or directory
This commit is contained in:
parent
da21650949
commit
102f012631
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ copy_setports ns1/named.conf.in ns1/named.conf
|
|||
copy_setports ns2/named.conf.in ns2/named.conf
|
||||
copy_setports ns3/named.conf.in ns3/named.conf
|
||||
|
||||
if ../feature-test --enable-dnstap
|
||||
if $FEATURETEST --enable-dnstap
|
||||
then
|
||||
cat <<'EOF' > ns3/dnstap.conf
|
||||
dnstap-identity "ns3";
|
||||
|
|
|
|||
Loading…
Reference in a new issue