tools-musl: fix typo

This commit is contained in:
Anthony G. Basile 2014-02-05 15:14:14 -05:00
parent 765628f6fd
commit ce2b5f8da8

View file

@ -9,7 +9,7 @@ elif [[ "${TEST_ARCH}" == "x86-64" ]]; then
MYARCH="amd64"
ALTARCH="x86_64"
else
echo "Unsupported arch $MYARCH"
echo "Unsupported arch $TEST_ARCH"
exit
fi