OSDN Git Service

am 9e4715e6: Fix ADT to use the new sdklib API
authorXavier Ducrohet <xav@android.com>
Mon, 28 Sep 2009 21:41:39 +0000 (14:41 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Mon, 28 Sep 2009 21:41:39 +0000 (14:41 -0700)
Merge commit '9e4715e6d94e300605ab845c2e68bddaf8c23c8f' into eclair-plus-aosp

* commit '9e4715e6d94e300605ab845c2e68bddaf8c23c8f':
  Fix ADT to use the new sdklib API

traceview/etc/traceview

index 3d1771f..caac726 100755 (executable)
@@ -64,7 +64,7 @@ else
 fi
 
 while expr "x$1" : 'x-J' >/dev/null; do
-    opt=`expr "$1" : '-J\(.*\)'`
+    opt=`expr "x$1" : 'x-J\(.*\)'`
     javaOpts="${javaOpts} -${opt}"
     shift
 done