am 1bba53f7: Fix broken \'adb root\' command.
Merge commit '1bba53f7c851068c127d16ba160cd3074d6027db' into eclair-plus-aosp * commit '1bba53f7c851068c127d16ba160cd3074d6027db': Fix broken 'adb root' command.
This commit is contained in:
commit
15e37df00d
|
@ -929,7 +929,7 @@ top:
|
|||
|
||||
if(!strcmp(argv[0], "remount") || !strcmp(argv[0], "reboot")
|
||||
|| !strcmp(argv[0], "tcpip") || !strcmp(argv[0], "usb")
|
||||
|| !strcmp(argv[0], "reboot")) {
|
||||
|| !strcmp(argv[0], "root")) {
|
||||
char command[100];
|
||||
if (argc > 1)
|
||||
snprintf(command, sizeof(command), "%s:%s", argv[0], argv[1]);
|
||||
|
|
Loading…
Reference in New Issue