diff options
| author | Leah Rowe <leah@libreboot.org> | 2021-12-29 07:36:36 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2021-12-29 07:37:11 +0000 | 
| commit | 2701555582aa79b2ffb47029375aefdca498282c (patch) | |
| tree | a7e62c5f70f63fc8c786faf2ab22afa54b985556 /resources/scripts/build/boot/roms_helper | |
| parent | babce03fbdf2d788f12c940be16de88079e3971c (diff) | |
build/boot/roms: fix wrong variable name
Diffstat (limited to 'resources/scripts/build/boot/roms_helper')
| -rwxr-xr-x | resources/scripts/build/boot/roms_helper | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper index 99713b8a..a6b64316 100755 --- a/resources/scripts/build/boot/roms_helper +++ b/resources/scripts/build/boot/roms_helper @@ -350,7 +350,7 @@ make_grubrom_from_keymap() {  	fi  	"${cbfstool_path}" "${tmprom}" add -f "${tmpgrubcfg}" -n grub.cfg -t raw  	"${cbfstool_path}" "${tmprom}" add -f "${tmpgrubtestcfg}" -n grubtest.cfg -t raw -	rm -f "${tmpgrubcfg}" "${tmpgrubcfgtest}" +	rm -f "${tmpgrubcfg}" "${tmpgrubtestcfg}"  	backgroundfile="background1280x800.png"  	if [ "${board}" = "x60" ] || [ "${board}" = "t60_intelgpu" ]; then | 
