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