]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check for unset variables only after conf.sh is loaded
authorTom Krizek <tkrizek@isc.org>
Mon, 26 Jun 2023 16:59:32 +0000 (18:59 +0200)
committerTom Krizek <tkrizek@isc.org>
Thu, 29 Jun 2023 11:14:33 +0000 (13:14 +0200)
commit4dcb0c67d34d58d69ca978f719252ce53a9e5579
tree50dc7fb4eaee81e77bff442a282b84d4c7d474af
parentb94f5146a1a051c49cc8a68777c00b34488d3946
Check for unset variables only after conf.sh is loaded

Make the cds/setup.sh compatible with the workaround which relies on
testing the TSAN_OPTIONS variable which may not be set.

(cherry picked from commit 76d9873ef6dd00eb6bd16cfe19d9972e89a9d846)
bin/tests/system/cds/setup.sh