development/highlight: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 20:17:08 -06:00 committed by B. Watson
parent 51ca6c410d
commit 552fc25cd3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac