add set -e to shell scripts

pull/25/head
Pavol Rusnak 8 years ago
parent fdbae0b0e0
commit 3ce756b692
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,4 +1,6 @@
#!/bin/bash
set -e
IMAGETAG=trezor-mcu-build
FIRMWARETAG=${1:-master}

@ -1,4 +1,6 @@
#!/bin/bash
set -e
IMAGETAG=trezor-mcu-build
FIRMWARETAG=${1:-master}

@ -1,4 +1,5 @@
#!/bin/bash
set -e
if [ -z "$1" ]; then
echo "Please provide filename as argument"

@ -1,4 +1,5 @@
#!/bin/bash
set -e
cat > u2f_keys.h <<EOF
#ifndef __U2F_KEYS_H_INCLUDED__

Loading…
Cancel
Save