From c2a9c18e7cbfd9aacb917f526bcd04920ae1e6d5 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 01 Feb 2015 13:12:24 -0500 Subject: lenovobios_firstflash: fix BASH errors --- (limited to 'lenovobios_firstflash') diff --git a/lenovobios_firstflash b/lenovobios_firstflash index 9120001..2d8ccec 100755 --- a/lenovobios_firstflash +++ b/lenovobios_firstflash @@ -57,14 +57,10 @@ else exit 1 fi -# Set mucts -$errOut = " \ - BUCTS failed. Make sure BUC.TS is 1, or else you will brick your machine. \ - ABORTING so as to protect against bricking the machine. \ - " +# Set bucts # this means we are working in src if [ ! -f "$bucts" ]; then - echo "$errOut" + echo "BUCTS failed. Make sure BUC.TS is 1, or else you will brick your machine. ABORTING so as to protect against bricking the machine." exit 1 fi -- cgit v0.9.1