Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
This commit is contained in:
commit
61002d07e3
@ -1041,7 +1041,7 @@ if [ $CHECK ]; then
|
|||||||
|
|
||||||
if [ `uname -m` == "x86_64" ]; then
|
if [ `uname -m` == "x86_64" ]; then
|
||||||
echo "64bit"
|
echo "64bit"
|
||||||
elif [ `uname -m` == "x86" ]; then
|
elif [ `uname -m` == "i686" ]; then
|
||||||
echo "32bit"
|
echo "32bit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user