diff options
Diffstat (limited to 'cmds')
-rwxr-xr-x | cmds/am/am | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ # base=/system export CLASSPATH=$base/framework/am.jar -exec app_process $base/bin com.android.commands.am.Am $* +exec app_process $base/bin com.android.commands.am.Am "$@" |