diff options
author | Leah Rowe <leah@libreboot.org> | 2025-07-10 10:41:31 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-07-10 10:43:53 +0100 |
commit | dac3d6d06aa00cbf764a60494761f74dd043a310 (patch) | |
tree | 43d2610337f58d0fd6f9e1c9a46ea86e438adbfd | |
parent | 6f7525a5b35e373dc4496cd4c6af4e61cb3b534c (diff) |
This fixes a build error when doing ./mk release, after
a regression caused by the last few commits.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/rom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh index 65149ce5..57948ec4 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -81,7 +81,7 @@ coreboot_pad_one_byte() mkcorebootbin() { - fx_ check_coreboot_util printf "cbfstool\nifdtool\n" + $dry fx_ check_coreboot_util printf "cbfstool\nifdtool\n" for y in "$target_dir/config"/*; do defconfig="$y" |