- Fixed detection of architecture in bbb-conf
This commit is contained in:
parent
3f7cd420b6
commit
26d4622ccd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user