diff options
author | 2010-05-03 16:14:48 -0700 | |
---|---|---|
committer | 2010-05-03 16:14:48 -0700 | |
commit | 582489355728bdb82f446e5cb8d5eea129f11b09 (patch) | |
tree | 992fe748ebd74ba4a68400ef0594cb9b4cd7a16a /tools | |
parent | 5324cb81c1692faf73113e6420e6d477e4746a09 (diff) | |
parent | cf28b80398f36e5a3e67f803458e07442a2b9364 (diff) |
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 |