From 54b3747f197fec38f91b1b74e81d812d8b55f1ad Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 8 Jan 2013 15:45:41 -0800 Subject: Fix art script argument quoting. $* is always a mistake, which is a shame because that's what everyone learns first. Change-Id: I0c18d13a42653cdde72b55ba7a4284e3454a5ba8 --- tools/art | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/art b/tools/art index c3fe0f5..1e983c0 100755 --- a/tools/art +++ b/tools/art @@ -40,4 +40,4 @@ ANDROID_DATA=/tmp/android-data\ LD_LIBRARY_PATH=$ANDROID_HOST_OUT/lib\ exec $invoke_with $ANDROID_HOST_OUT/bin/$oatexec\ -Ximage:$ANDROID_HOST_OUT/framework/core.art \ - $* + "$@" -- cgit v1.1