summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-19 04:44:22 (EDT)
committer Leah Woods <info@minifree.org>2016-05-19 04:44:22 (EDT)
commit8796cc84a25d48e345ce41c2b46b82f438fc40d0 (patch)
treee9a4f6e73697cad9321a7f3e6851b31ebbdb782d
parent08232a196b7383a0da9c66e75ab6ff2ad7f7a535 (diff)
downloadlibreboot-8796cc84a25d48e345ce41c2b46b82f438fc40d0.zip
libreboot-8796cc84a25d48e345ce41c2b46b82f438fc40d0.tar.gz
libreboot-8796cc84a25d48e345ce41c2b46b82f438fc40d0.tar.bz2
build/roms/withgrub: (buildfix) add missing "print" to cbfstool command
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper2
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 cd4c3fc..a50e3f6 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" | 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