diff options
author | Leah Woods <info@minifree.org> | 2016-05-19 04:58:10 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-19 04:58:10 (EDT) |
commit | ff00e9017d033530435a0eee00237d8778df791e (patch) | |
tree | 32c36ed8726e04d48a826eecf355c1fa677e58fa /resources/scripts/helpers/build | |
parent | 8796cc84a25d48e345ce41c2b46b82f438fc40d0 (diff) | |
download | libreboot-ff00e9017d033530435a0eee00237d8778df791e.zip libreboot-ff00e9017d033530435a0eee00237d8778df791e.tar.gz libreboot-ff00e9017d033530435a0eee00237d8778df791e.tar.bz2 |
typofix
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index a50e3f6..98814c9 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -137,7 +137,7 @@ do # SeaVGABIOS stuff ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../seabios/out/vgabios.bin -n vgaroms/vgabios.bin -t raw - if ! $(./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" print | grep -Fxq "etc\/ps2\-keyboard\-spinup"); then + if $(./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" print | grep -Fxq "etc\/ps2\-keyboard\-spinup"); then # Remove default 3000ms timeout ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" remove -n etc/ps2-keyboard-spinup fi |