am 15e37df0: am 1bba53f7: Fix broken \'adb root\' command.
Merge commit '15e37df00d4480a51500f7cdc26181db08238c7f' * commit '15e37df00d4480a51500f7cdc26181db08238c7f': Fix broken 'adb root' command.
This commit is contained in:
commit
43492e4ff4
|
@ -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