mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 12:27:03 -04:00
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.
This commit is contained in:
parent
06056c44a7
commit
76d9873ef6
1 changed files with 3 additions and 1 deletions
|
|
@ -11,10 +11,12 @@
|
|||
# See the COPYRIGHT file distributed with this work for additional
|
||||
# information regarding copyright ownership.
|
||||
|
||||
set -eu
|
||||
set -e
|
||||
|
||||
. ../conf.sh
|
||||
|
||||
set -u
|
||||
|
||||
touch empty
|
||||
|
||||
Z=cds.test
|
||||
|
|
|
|||
Loading…
Reference in a new issue