contrib/sign.sh: Let it fail if ecdsasign fails
Before this change sign.sh succeeded with exit status zero, even if ecdsasign was not installed.
This commit is contained in:
parent
7028c0e113
commit
afa1f197e8
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ $# -eq 0 -o "-h" = "$1" -o "-help" = "$1" -o "--help" = "$1" ]; then
|
||||
cat <<EOHELP
|
||||
Usage: $0 <secret> <manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user