general code cleanup in shell scripts

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-10-03 12:59:35 +01:00
parent 334aa1f7c9
commit 5de8eda21c
9 changed files with 29 additions and 61 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ extract_e6400vga()
[ -f "${E6400_VGA_romname}" ] || \
err "extract_e6400vga: can't extract vga rom from bios.bin"
)
x_ cp "${appdir}"/"${E6400_VGA_romname}" "${_dest}"
x_ cp "${appdir}/${E6400_VGA_romname}" "${_dest}"
}
extract_sch5545ec()