From f7aa22af3c1b3671777f6c36ea6f93764605a0e0 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 20 Oct 2009 15:33:40 -0700 Subject: [PATCH] Remove bash-ism from build-ndk-sysroot.sh --- ndk/build/tools/build-ndk-sysroot.sh | 2 +- ndk/docs/CHANGES.TXT | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ndk/build/tools/build-ndk-sysroot.sh b/ndk/build/tools/build-ndk-sysroot.sh index 87412204..c9f32851 100755 --- a/ndk/build/tools/build-ndk-sysroot.sh +++ b/ndk/build/tools/build-ndk-sysroot.sh @@ -28,7 +28,7 @@ # WARNING: For now, only a single target ABI/Architecture us supported # -source `dirname $0`/../core/ndk-common.sh +. `dirname $0`/../core/ndk-common.sh # PLATFORM is the name of the current Android system platform PLATFORM=android-3 diff --git a/ndk/docs/CHANGES.TXT b/ndk/docs/CHANGES.TXT index acd22969..6c2deb21 100644 --- a/ndk/docs/CHANGES.TXT +++ b/ndk/docs/CHANGES.TXT @@ -36,6 +36,8 @@ OTHER FIXES & CHANGES: - Remove bash-isms from build/tools/build-toolchain.sh. Now it's possible to build it with the 'dash' shell on Debian-based systems (tested on Ubuntu 8.04) +- Remove bash-ism from build/tools/build-ndk-sysroot.sh + - Refresh C library headers for all platforms: - make simply include -- 2.11.0