Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f71c7114 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Mike Lockwood
Browse files

Fix broken 'adb root' command.

Change-Id: I75bf01863e82967a7214d3e31b8db792690716c1
parent 2f38b699
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]);