lbmk/util
Leah Rowe 8a43535513 util/nvmutil: Fix bad comparison
We're checking if errno is ENOTDIR, not setting it;
the previous code would always return true, and then
set errno 0, which in the context of this code was
actually OK, so this patch makes no functional difference
in practise.

However, I'm a stickler for technical correctness. I caught
this when trying to compile with clang, because clang is
quite pedantic about checking for exactly this type of bug.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2025-01-29 04:10:52 +00:00
..
dell-flash-unlock dell-flash-unlock: Remove dependency on GNU Make 2024-05-01 21:51:59 -06:00
me7_update_parser move me7_update_parser.py to util/ 2023-09-04 03:24:46 +01:00
nvmutil util/nvmutil: Fix bad comparison 2025-01-29 04:10:52 +00:00
spkmodem_recv util/spkmodem-recv: More correct Makefile 2025-01-03 02:09:55 +00:00