]> granicus.if.org Git - graphviz/commitdiff
ci/build.sh: fail if trying to use an unset variable
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 5 Sep 2021 06:24:22 +0000 (08:24 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 7 Sep 2021 05:55:36 +0000 (07:55 +0200)
ci/build.sh

index 326ca257d0ce5de52ac9b06b65f9dcbbd3d81377..10d4f68222fe3145048643d3267ed677fc581bb7 100755 (executable)
@@ -2,6 +2,7 @@
 
 set -x
 set -e
+set -u
 set -o pipefail
 
 if [ -f /etc/os-release ]; then