diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-02 04:56:53 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-02 04:56:53 +0100 |
commit | 8886f9958f563862337795b22c768bb29a328e23 (patch) | |
tree | d75fe5f80f4ab3bed82b4d28aaaf44b30c523366 | |
parent | cd2caecb739bb2c20f25780c17813bc70cd2b29a (diff) |
include/err: remove unused variable
Signed-off-by: Leah Rowe <leah@libreboot.org>
-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 "${@}" } |