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

Commit f6309600 authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am 3277dc26: am 2d03a498: Merge "correct the setenv option judging condition"

* commit '3277dc26':
  correct the setenv option judging condition
parents f742788a 3277dc26
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -760,7 +760,7 @@ static void parse_line_service(struct parse_state *state, int nargs, char **args
        break;
        break;
    case K_setenv: { /* name value */
    case K_setenv: { /* name value */
        struct svcenvinfo *ei;
        struct svcenvinfo *ei;
        if (nargs < 2) {
        if (nargs < 3) {
            parse_error(state, "setenv option requires name and value arguments\n");
            parse_error(state, "setenv option requires name and value arguments\n");
            break;
            break;
        }
        }