contrib: add "set -e" to bash scripts where missing
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
here=$(dirname "$0")
|
||||
if [ -z "$WIN_SIGNING_PASSWORD" ]; then
|
||||
echo "password missing"
|
||||
|
||||
Reference in New Issue
Block a user