Fix toolbox failure return to match similar tools.

Bug: https://code.google.com/p/android/issues/detail?id=182226
Change-Id: Ib05709b8f9b474d5989b69abd949a6dc661af998
This commit is contained in:
Elliott Hughes 2016-04-12 08:40:43 -07:00
parent 2d7c1cd96a
commit 22b3567e88

View file

@ -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) {