Bohan Yang 5 年之前
父节点
当前提交
1d5446fd3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debi.sh

+ 1 - 1
debi.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 # shellcheck shell=dash
 
-set -euo pipefail
+set -eu
 
 err() {
     echo "Error: $1." 1>&2