summaryrefslogtreecommitdiffstats
path: root/cmds/input
diff options
context:
space:
mode:
authorJaewan Kim <jaewan@google.com>2014-12-08 15:19:14 +0900
committerJaewan Kim <jaewan@google.com>2014-12-08 15:19:14 +0900
commitf15b67267a7b510c6c0d59a8a4c5150a90c63fe0 (patch)
tree29e95a466022e3efe03c2fd38e99987ecb395713 /cmds/input
parent5a7445b00d267db966cc72cd905aaf2379e64b6b (diff)
downloadframeworks_base-f15b67267a7b510c6c0d59a8a4c5150a90c63fe0.zip
frameworks_base-f15b67267a7b510c6c0d59a8a4c5150a90c63fe0.tar.gz
frameworks_base-f15b67267a7b510c6c0d59a8a4c5150a90c63fe0.tar.bz2
Support quatation mark for text command
Change-Id: If32daa593f5feb3b80b143faabd7e83511df2365
Diffstat (limited to 'cmds/input')
-rwxr-xr-xcmds/input/input2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/input/input b/cmds/input/input
index fa9dced..7f1a18e 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 "$@"