summaryrefslogtreecommitdiffstats
path: root/tools/apicheck
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-05-03 16:11:04 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2010-05-03 16:11:04 -0700
commitae4e14556bb3a789c4263ebba7ed42b3035e13f6 (patch)
treed9ed4c33938de38e116cde35bd9c48495c1b7d4b /tools/apicheck
parent1d37a0dad827c9eb9ecde2cd8238a5c2a512c59d (diff)
parentf015e94dc89ea21d40ab06c84e496d01be36ac13 (diff)
downloadbuild-ae4e14556bb3a789c4263ebba7ed42b3035e13f6.zip
build-ae4e14556bb3a789c4263ebba7ed42b3035e13f6.tar.gz
build-ae4e14556bb3a789c4263ebba7ed42b3035e13f6.tar.bz2
merge from open-source master
Change-Id: I3d24628d38c99369f242733d9089d7c5669a4623
Diffstat (limited to 'tools/apicheck')
-rw-r--r--tools/apicheck/etc/apicheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/apicheck/etc/apicheck b/tools/apicheck/etc/apicheck
index 9c00e25..5d0480c 100644
--- a/tools/apicheck/etc/apicheck
+++ b/tools/apicheck/etc/apicheck
@@ -38,7 +38,7 @@ libdir=`dirname $progdir`/framework
javaOpts=""
while expr "x$1" : 'x-J' >/dev/null; do
- opt=`expr "$1" : '-J\(.*\)'`
+ opt=`expr "x$1" : 'x-J\(.*\)'`
javaOpts="${javaOpts} -${opt}"
shift
done