diff options
author | 2010-05-03 16:16:25 -0700 | |
---|---|---|
committer | 2010-05-03 16:16:25 -0700 | |
commit | eaf130ec2c4fc643f63614bae8a94bc1fed12068 (patch) | |
tree | 75e625c5c2f0216798c65d915a65463eb745112b /tools | |
parent | 2d2e4884ebb4f508a21e99b80e972b16c35518ee (diff) | |
parent | 582489355728bdb82f446e5cb8d5eea129f11b09 (diff) |
am 58248935: am cf28b803: am ae4e1455: merge from open-source master
Diffstat (limited to 'tools')
-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 9c00e25728..5d0480cf34 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 |