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:
committed by
Android Git Automerger
commit
3264e24b22
@@ -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"
|
||||
|
||||
@@ -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) .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user