summaryrefslogtreecommitdiffstats
path: root/tools/apicheck
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-05-03 16:16:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-05-03 16:16:25 -0700
commiteaf130ec2c4fc643f63614bae8a94bc1fed12068 (patch)
tree75e625c5c2f0216798c65d915a65463eb745112b /tools/apicheck
parent2d2e4884ebb4f508a21e99b80e972b16c35518ee (diff)
parent582489355728bdb82f446e5cb8d5eea129f11b09 (diff)
downloadbuild-eaf130ec2c4fc643f63614bae8a94bc1fed12068.zip
build-eaf130ec2c4fc643f63614bae8a94bc1fed12068.tar.gz
build-eaf130ec2c4fc643f63614bae8a94bc1fed12068.tar.bz2
am 58248935: am cf28b803: am ae4e1455: merge from open-source master
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