This commit is contained in:
Bohan Yang
2021-01-10 02:35:06 +00:00
committed by GitHub
parent 4efa765cfd
commit 1d5446fd3b
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# shellcheck shell=dash # shellcheck shell=dash
set -euo pipefail set -eu
err() { err() {
echo "Error: $1." 1>&2 echo "Error: $1." 1>&2