diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-07 15:12:10 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-07 15:12:10 +0100 |
commit | ec5c954337b2e1ea50b0ace0f1086e48f20e7774 (patch) | |
tree | 8565e32928942000de3b89af4f9b79c057592316 /mk | |
parent | 1390f7f800767dcba394ebbc4f7996508940639e (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-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |