summaryrefslogtreecommitdiffstats
path: root/lenovobios_firstflash
diff options
context:
space:
mode:
Diffstat (limited to 'lenovobios_firstflash')
-rwxr-xr-xlenovobios_firstflash8
1 files changed, 2 insertions, 6 deletions
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