mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user