diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-02 07:24:11 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-05 12:18:22 +0100 |
commit | 4c9c8dd7fa285783a4a04a0d137d43073515e83b (patch) | |
tree | 070af88569c2f2f88902989bd506de68f9f998f9 /include/init.sh | |
parent | 73bd02e304b5314f4bbe5ff82a9295a99d98c70b (diff) |
move x_() to lib.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r-- | include/init.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/init.sh b/include/init.sh index c06d937a..b8839921 100644 --- a/include/init.sh +++ b/include/init.sh @@ -224,9 +224,4 @@ xbmk_child_exec() exit $xbmk_rval } -x_() -{ - [ $# -lt 1 ] || "$@" || $err "Unhandled error for: $(echo "$@")"; : -} - xbmk_init "$@" |