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:
Tom Krizek 2023-06-26 18:59:32 +02:00
parent b94f5146a1
commit 4dcb0c67d3
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -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