From dfd0abfe8cf0bab3666e7f084179787ee6addda1 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 01 Feb 2015 13:11:08 -0500 Subject: lenovobios_secondflash: fix BASH errors --- diff --git a/lenovobios_secondflash b/lenovobios_secondflash index 348e734..7a3a7d7 100755 --- a/lenovobios_secondflash +++ b/lenovobios_secondflash @@ -59,14 +59,9 @@ fi $(echo $flashrom) -p internal -w $1 # Reset bucts back to zero -$errOut = " \ - WARNING: bucts not found, but if the image was flashed then it's probably safe \ - A dd'd image (like libreboot's images) flashed with bucts=1 is ok. If the image is not dd'd and bucts=1, \ - then you should run ./bucts 0 now, or remove the yellow cmos/nvram battery for a minute. \ - " # this means we are working in src if [ ! -f "$bucts" ]; then - echo "$errOut" + echo "WARNING: bucts not found, but if the image was flashed then it's probably safe. A dd'd image (like libreboot's images) flashed with bucts=1 is ok. If the image is not dd'd and bucts=1, then you should run ./bucts 0 now, or remove the yellow cmos/nvram battery for a minute." exit 1 fi -- cgit v0.9.1