Enable set -u mode.

This commit is contained in:
Nathan Wilcox 2017-05-22 17:46:13 -07:00
parent 7ea88c9513
commit 0cfc9d65fa
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
set -u
DATADIR=./benchmark-datadir DATADIR=./benchmark-datadir
SHA256CMD="$(command -v sha256sum || echo shasum)" SHA256CMD="$(command -v sha256sum || echo shasum)"