build: bash set in ./configure 87/32487/1
authorDamjan Marion <[email protected]>
Fri, 28 May 2021 15:32:58 +0000 (17:32 +0200)
committerDamjan Marion <[email protected]>
Fri, 28 May 2021 15:33:49 +0000 (17:33 +0200)
Type: make
Change-Id: I29dce242579d130afe031715b328d6bba73ec6dd
Signed-off-by: Damjan Marion <[email protected]>
configure

index 7d9b017..978b71e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,4 +1,5 @@
 #!/usr/bin/env bash
+set -o pipefail -o errtrace -o nounset -o errexit
 
 # Experimental script, please consult with [email protected] before
 # submitting any changes