diff options
| author | 2014-12-08 15:19:14 +0900 | |
|---|---|---|
| committer | 2014-12-08 15:19:14 +0900 | |
| commit | f15b67267a7b510c6c0d59a8a4c5150a90c63fe0 (patch) | |
| tree | 29e95a466022e3efe03c2fd38e99987ecb395713 | |
| parent | 5a7445b00d267db966cc72cd905aaf2379e64b6b (diff) | |
Support quatation mark for text command
Change-Id: If32daa593f5feb3b80b143faabd7e83511df2365
| -rwxr-xr-x | cmds/input/input | 2 |
1 files changed, 1 insertions, 1 deletions
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 "$@" |