diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-03 12:59:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-03 12:59:49 +0100 |
commit | 5de8eda21c61fd7e1cf6b7e4ec6c9d98dae3e365 (patch) | |
tree | aa0099feff1f80fece4ce4efe16caa74ef905097 /script/update/blobs/download | |
parent | 334aa1f7c985e86bd6f0302dbf404927cbb8a19e (diff) |
general code cleanup in shell scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/update/blobs/download')
-rwxr-xr-x | script/update/blobs/download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update/blobs/download b/script/update/blobs/download index f1cab1b8..fef6b2c6 100755 --- a/script/update/blobs/download +++ b/script/update/blobs/download @@ -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() |