Replaced double equal symbols with single ones - seems to be more compatible.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7753 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-05 12:31:01 +00:00
parent 3bf1e2d54f
commit 54d94d3929
Vendored
+2 -2
View File
@@ -83,11 +83,11 @@ if [ -n "$floppy" ]; then
fi
# BeOS
if [ "${platform}" == "BeOS" ] ; then
if [ "${platform}" = "BeOS" ] ; then
standard_gcc_settings
# Linux
else if [ "${platform}" == "Linux" ] ; then
else if [ "${platform}" = "Linux" ] ; then
standard_gcc_settings
# Unknown platform