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:
@@ -83,11 +83,11 @@ if [ -n "$floppy" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# BeOS
|
# BeOS
|
||||||
if [ "${platform}" == "BeOS" ] ; then
|
if [ "${platform}" = "BeOS" ] ; then
|
||||||
standard_gcc_settings
|
standard_gcc_settings
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
else if [ "${platform}" == "Linux" ] ; then
|
else if [ "${platform}" = "Linux" ] ; then
|
||||||
standard_gcc_settings
|
standard_gcc_settings
|
||||||
|
|
||||||
# Unknown platform
|
# Unknown platform
|
||||||
|
|||||||
Reference in New Issue
Block a user