diff options
Diffstat (limited to 'include/err.sh')
-rwxr-xr-x | include/err.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/err.sh b/include/err.sh index 466e427b..1908a965 100755 --- a/include/err.sh +++ b/include/err.sh @@ -1,8 +1,6 @@ # SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2022, 2023 Leah Rowe <leah@libreboot.org> -xfail="" - x_() { [ $# -lt 1 ] || ${@} || err "${@}" } |