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