summaryrefslogtreecommitdiffstats
path: root/flash
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-27 21:20:19 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-27 21:20:19 (EDT)
commit0e3520f74d25bc43572a1afeaa4439bfedcc0d78 (patch)
tree0a94f3f6574017e7bd0a8a03f6bd86dae5912db2 /flash
parentd56f1258cc63b9981d29f37530fafd72b5acf904 (diff)
downloadlibreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.zip
libreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.tar.gz
libreboot-0e3520f74d25bc43572a1afeaa4439bfedcc0d78.tar.bz2
s/machine/system
It was annoying me.
Diffstat (limited to 'flash')
-rwxr-xr-xflash2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash b/flash
index b1df925..d323844 100755
--- a/flash
+++ b/flash
@@ -104,7 +104,7 @@ if [ "${mode}" = "i945lenovo_firstflash" ] || [ "${mode}" = "i945lenovo_secondfl
# anti-bricking precaution
if [ ! -f "${bucts}" ]; then
- printf "bucts binary not present. ABORTING so as to protect against bricking the machine.\n"
+ printf "bucts binary not present. ABORTING so as to protect against bricking the system.\n"
exit 1
fi