From f15b67267a7b510c6c0d59a8a4c5150a90c63fe0 Mon Sep 17 00:00:00 2001 From: Jaewan Kim Date: Mon, 8 Dec 2014 15:19:14 +0900 Subject: Support quatation mark for text command Change-Id: If32daa593f5feb3b80b143faabd7e83511df2365 --- cmds/input/input | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/input/input b/cmds/input/input index fa9dced0482d..7f1a18e369c6 100755 --- a/cmds/input/input +++ b/cmds/input/input @@ -3,5 +3,5 @@ # base=/system export CLASSPATH=$base/framework/input.jar -exec app_process $base/bin com.android.commands.input.Input $* +exec app_process $base/bin com.android.commands.input.Input "$@" -- cgit v1.2.3-59-g8ed1b