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

Commit fc4f951a authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Fix toolbox failure return to match similar tools."

am: 5aef89b3

* commit '5aef89b3':
  Fix toolbox failure return to match similar tools.

Change-Id: I8f6143f9e63ce927c9614972502323a3907734b5
parents 0fdef9c1 5aef89b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ int main(int argc, char** argv) {
    }

    printf("%s: no such tool\n", argv[0]);
    return -1;
    return 127;
}

int toolbox_main(int argc, char** argv) {