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:
Julian Kornberger 2015-11-08 13:51:50 +01:00
parent 7028c0e113
commit afa1f197e8

View File

@ -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>