mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:50:00 -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.
(cherry picked from commit 76d9873ef6)
This commit is contained in:
parent
b94f5146a1
commit
4dcb0c67d3
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