From fcb70880b49318e3d4324832a7e0353fc29f3dd0 Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Tue, 30 Dec 2014 23:01:19 -0500
Subject: ich9macchange: fix incorrect error message

---
(limited to 'ich9macchange')

diff --git a/ich9macchange b/ich9macchange
index 8ee9701..d3200b2 100755
--- a/ich9macchange
+++ b/ich9macchange
@@ -28,7 +28,7 @@ elif [ $(uname -i) = "x86_64" ] || [ $(uname -m) = "x86_64" ]; then
 elif [ $(uname -i) = "armv7l" ] || [ $(uname -m) = "armv7l" ]; then
 	arch="armv7l"
 else
-	echo "This script must be run on an i686 or x86_64 host. x86_64 is recommended."
+	echo "This script must be run on an i686, x86_64 or armv7l host."
 	exit 1
 fi
 
--
cgit v0.9.1