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

Commit 210e24c0 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 8b1a2774: am 754f16fc: Merge "Fix installd command line parser"

* commit '8b1a2774':
  Fix installd command line parser
parents b2dcde52 8b1a2774
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -255,8 +255,10 @@ static int execute(int s, char cmd[BUFFER_MAX])
                goto done;
            }
        }
        if (*cmd) {
          cmd++;
        }
    }

    for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) {
        if (!strcmp(cmds[i].name,arg[0])) {