summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-07 15:12:10 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-07 15:12:10 +0100
commitec5c954337b2e1ea50b0ace0f1086e48f20e7774 (patch)
tree8565e32928942000de3b89af4f9b79c057592316 /mk
parent1390f7f800767dcba394ebbc4f7996508940639e (diff)
lib.sh: Simplified fx_() and removed fe_()
Instead of calling fe_, prefix x_ as indicated. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index 06e73ddc..0c156523 100755
--- a/mk
+++ b/mk
@@ -88,7 +88,7 @@ build_release()
x_ ./mk -d coreboot
mk -b coreboot pico-serprog stm32-vserprog pcsx-redux
- fe_ mkrom_tarball find bin -maxdepth 1 -type d -name "serprog_*"
+ fx_ mkrom_tarball x_ find bin -maxdepth 1 -type d -name "serprog_*"
x_ mv bin ../roms
) || err "can't build rom images"