summaryrefslogtreecommitdiff
path: root/dx
diff options
context:
space:
mode:
authorAndy McFadden <>2009-03-27 12:19:29 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-27 12:19:29 -0700
commitab0f0a0581860a575cb869f6d3cdbba88fed9d04 (patch)
tree183dff384ad5c1d0eb0e33a054dc437969e33f49 /dx
parent753f32ab1db6de174a1de68210f9f30a1e327612 (diff)
downloaddalvik-ab0f0a0581860a575cb869f6d3cdbba88fed9d04.tar.gz
AI 143123: Three minor changes.
1. detab "dx" script 2. log an error when annotation value parsing fails 3. slightly improve a resolver failure message Automated import of CL 143123
Diffstat (limited to 'dx')
-rw-r--r--dx/etc/dx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dx/etc/dx b/dx/etc/dx
index dae587490..1fa9db9f3 100644
--- a/dx/etc/dx
+++ b/dx/etc/dx
@@ -69,9 +69,9 @@ while expr "x$1" : 'x-J' >/dev/null; do
done
if [ "$OSTYPE" = "cygwin" ] ; then
- jarpath=`cygpath -w "$libdir/$jarfile"`
+ jarpath=`cygpath -w "$libdir/$jarfile"`
else
- jarpath="$libdir/$jarfile"
+ jarpath="$libdir/$jarfile"
fi
exec java $javaOpts -jar "$jarpath" "$@"