lbmk/include
Leah Rowe 6af65ad430 error handling code cleanup and fixes
in some cases, use of x_ or xx_ can be error-prone,
due to the way $@ is handled; commands requiring
quotes, or with funny file names as arguments such
as spaces in the file name, or other special
characters, can make the x/xx functions break.

in those cases, where x/xx must not be used, the
commands use || err instead

in other cases, use of x/xx is superfluous, and has
been removed in some commands.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 05:03:16 +01:00
..
err.sh x/xx: slightly more verbose error messages 2023-10-14 09:01:58 +01:00
git.sh error handling code cleanup and fixes 2023-10-20 05:03:16 +01:00
mrc.sh minor code cleanup in shell scripts 2023-10-19 23:36:56 +01:00
option.sh error handling code cleanup and fixes 2023-10-20 05:03:16 +01:00