Set errtrace in scripts

This commit is contained in:
Taiki Endo
2023-09-29 21:03:39 +09:00
parent d2ffa16971
commit 7d0442ab06
7 changed files with 9 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# shellcheck disable=SC2046
set -euo pipefail
set -eEuo pipefail
IFS=$'\n\t'
cd "$(dirname "$0")"/..