Merge "Support quatation mark for text command"

This commit is contained in:
Jaewan Kim
2015-01-05 08:31:59 +00:00
committed by Android (Google) Code Review

View File

@@ -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 "$@"