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

Commit 754f16fc authored by Mike Lockwood's avatar Mike Lockwood Committed by Gerrit Code Review
Browse files

Merge "Fix installd command line parser"

parents c894c204 62bb3857
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])) {