mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 22:42:54 +02:00
general code cleanup in shell scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -227,7 +227,6 @@ run_make_command()
|
||||
copy_elf()
|
||||
{
|
||||
[ "${project}" != "coreboot" ] || xx_ modify_coreboot_rom
|
||||
|
||||
while read f; do
|
||||
[ ! -f "${codedir}/$f" ] || \
|
||||
xx_ cp "${codedir}/${f}" "${dest_dir}/"
|
||||
|
||||
Reference in New Issue
Block a user