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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user