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,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -euo pipefail
set -eEuo pipefail
IFS=$'\n\t'
rx() {