OSDN Git Service

Remove bash-ism from build-ndk-sysroot.sh
authorDavid 'Digit' Turner <digit@google.com>
Tue, 20 Oct 2009 22:33:40 +0000 (15:33 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Tue, 20 Oct 2009 22:33:40 +0000 (15:33 -0700)
build/tools/build-ndk-sysroot.sh
docs/CHANGES.TXT

index 8741220..c9f3285 100755 (executable)
@@ -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
index acd2296..6c2deb2 100644 (file)
@@ -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 <endian.h> simply include <sys/endian.h>