1
0

contrib: add "set -e" to bash scripts where missing

This commit is contained in:
SomberNight
2025-08-25 12:22:37 +00:00
parent a8b86f2c72
commit d9480fe339
4 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash
# Generates the file paymentrequest_pb2.py
set -e
CONTRIB="$(dirname "$(readlink -e "$0")")"
EL="$CONTRIB"/../electrum