diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2010-05-03 16:16:25 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-05-03 16:16:25 -0700 |
commit | eaf130ec2c4fc643f63614bae8a94bc1fed12068 (patch) | |
tree | 75e625c5c2f0216798c65d915a65463eb745112b /tools/apicheck | |
parent | 2d2e4884ebb4f508a21e99b80e972b16c35518ee (diff) | |
parent | 582489355728bdb82f446e5cb8d5eea129f11b09 (diff) | |
download | build-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/apicheck | 2 |
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 |