lib.sh: Simplified fx_() and removed fe_()

Instead of calling fe_, prefix x_ as indicated.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-07 15:12:10 +01:00
parent 1390f7f800
commit ec5c954337
6 changed files with 13 additions and 23 deletions
+1 -1
View File
@@ -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"