diff options
| author | 2015-01-05 08:31:59 +0000 | |
|---|---|---|
| committer | 2015-01-05 08:32:01 +0000 | |
| commit | 64616f2fc774c09fbada28f4fce3ed1dbf35f7dc (patch) | |
| tree | 0f12ce80fcc31eb4ca6161895802b10af610ab74 | |
| parent | a8f6c40f8ac0294dd1c3409f893aaa176569f984 (diff) | |
| parent | f15b67267a7b510c6c0d59a8a4c5150a90c63fe0 (diff) | |
Merge "Support quatation mark for text command"
| -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 "$@" |