development/openjdk: Update comment on ARM.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Strahil Yordanov 2015-06-16 22:51:33 +07:00 committed by Willy Sudiarto Raharjo
parent 26212989e3
commit 331ce8e4d1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ICEDTEA=icedtea-2.5.5
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm echo "Unsupported arch" exit 1;;
arm*) ARCH=arm; echo "Unsupported arch $ARCH"; exit 1;;
*) ARCH=$( uname -m ) ;;
esac
fi