From 616099edade1d43893564177cbd31ff5f1c7eea0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Mar 2026 04:43:52 +0000 Subject: util/nvmutil: make it compile again i was reorganising the state machine (singleton) used for data, and part of what i wanted lead to mkhtemp being written. Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/libreboot-utils/lib/command.c') diff --git a/util/libreboot-utils/lib/command.c b/util/libreboot-utils/lib/command.c index 3a863d23..94840191 100644 --- a/util/libreboot-utils/lib/command.c +++ b/util/libreboot-utils/lib/command.c @@ -127,6 +127,7 @@ set_cmd(int argc, char *argv[]) "Too few args on command '%s'", cmd); } + x->no_cmd = 1; } -- cgit v1.2.1