diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-05 20:38:19 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-05 20:38:19 +0100 |
commit | 17d826d3a9614fea2bc87d8203b7f07fe4b7fb54 (patch) | |
tree | a5d4cd6c90bfcf17acca851b733386e9fc5e5353 /include/inject.sh | |
parent | f98e34a24dd21ebafbfac2e019d3a4bc1cf500cb (diff) |
lbmk: Replace err with much simpler implementation
The current implementation is insanely over-engineered,
and completely unnecessary.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/inject.sh')
-rw-r--r-- | include/inject.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh index 6aceb52c..6caf8500 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -270,7 +270,6 @@ fail_inject() inject() { need_files="n" - xbmk_err="fail_inject" remkdir "$tmpromdel" set +u +e |