Merge branch 'master' of github.com:bigbluebutton/bigbluebutton

This commit is contained in:
Richard Alam 2010-10-06 10:20:37 -04:00
commit 61002d07e3

View File

@ -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