am 79adc9fc: Merge change Ia78a7753 into eclair

Merge commit '79adc9fc9040760a722f2cc5fd15a517f4cbb245'

* commit '79adc9fc9040760a722f2cc5fd15a517f4cbb245':
  Remove bash-specific operator from build/host-setup.sh.
This commit is contained in:
David 'Digit' Turner
2009-10-12 11:23:06 -07:00
committed by Android Git Automerger
2 changed files with 3 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ check_awk ()
fi
local result
result=`echo "" | $executable -f build/check-awk.awk`
if [ "$result" == "Pass" ] ; then
if [ "$result" = "Pass" ] ; then
AWK="$1"
fi
log2 " Check $result"

View File

@@ -5,6 +5,8 @@ current version
IMPORTANT BUG FIXES:
- Fix build/host-setup.sh to execute as a Bourne shell script (again)
- Make target shared libraries portable to systems that don't use the exact same
toolchain (GCC 4.2.1) .