- Fixed detection of architecture in bbb-conf

This commit is contained in:
Fred Dixon 2010-10-05 20:03:57 +00:00
parent 3f7cd420b6
commit 26d4622ccd

View File

@ -1041,7 +1041,7 @@ if [ $CHECK ]; then
if [ `uname -m` == "x86_64" ]; then
echo "64bit"
elif [ `uname -m` == "x86" ]; then
elif [ `uname -m` == "i686" ]; then
echo "32bit"
fi