Merge "Fix toolbox failure return to match similar tools."
This commit is contained in:
commit
5aef89b3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue