diff --git a/debi.sh b/debi.sh index cd51134..79afbe7 100755 --- a/debi.sh +++ b/debi.sh @@ -1,7 +1,7 @@ #!/bin/sh # shellcheck shell=dash -set -euo pipefail +set -eu err() { echo "Error: $1." 1>&2