diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-24 04:43:52 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-24 04:43:52 +0000 |
| commit | 616099edade1d43893564177cbd31ff5f1c7eea0 (patch) | |
| tree | b671f2cc16df8dc4d0f3e78589935c7e9a3deaf1 /util/libreboot-utils/lib/command.c | |
| parent | 61ee661b886508d158702f9925af02464e227c3a (diff) | |
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 <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lib/command.c')
| -rw-r--r-- | util/libreboot-utils/lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
