From 1d5446fd3b5b4397a353d60a261b823b91f52136 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sun, 10 Jan 2021 02:35:06 +0000 Subject: [PATCH] Update --- debi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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