1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 09:58:32 +00:00
This commit is contained in:
sin 2014-02-14 12:22:37 +00:00
parent 99bd6644b3
commit fb09e48abc

@ -7,7 +7,7 @@ fi
. ./prepare-env
if [ $(uname -m) != $arch ]; then
if test "$(uname -m)" != "$arch"; then
echo You need an $arch host to build morpheus 1>&2
exit 1
fi