summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xich9macchange2
1 files changed, 1 insertions, 1 deletions
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