gitian: Improve error handling

This commit is contained in:
Wladimir J. van der Laan
2019-03-06 18:22:29 +01:00
parent 3800ca6068
commit 32da92bdf6
6 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
set -e
if [ $# -ne 3 ];
then echo "usage: $0 <input> <stripped-binary> <debug-binary>"
fi