contrib: add "set -e" to bash scripts where missing
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
# Set a fixed umask as this leaks into docker containers
|
||||
umask 0022
|
||||
|
||||
|
||||
Reference in New Issue
Block a user