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

This commit is contained in:
Elliott Hughes 2016-04-12 18:32:58 +00:00 committed by Gerrit Code Review
commit 5aef89b3a3

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