commit | 11c5f57f630bc75f376ba29ced11a03e65bf3848 | [log] [tgz] |
---|---|---|
author | Nate Karstens <webmaster@karstens.us> | Sat Jan 03 11:15:06 2009 -0600 |
committer | Jean-Baptiste Queru <jbq@google.com> | Wed Aug 26 10:35:25 2009 -0700 |
tree | 4aeff8a0bde78b26f0d674409961c904a3a74945 | |
parent | fe77558c21b8a526f653c9cd9260b54c37a698c2 [diff] |
Updated to better distinguish between options and operands
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 @@ 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