commit | 83a3fac6e590d4a026e435632752f94f7905e376 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 12 18:32:58 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 12 18:32:58 2016 +0000 |
tree | d6f21aad83101ea5a81e84481209bbad4acaadb3 | |
parent | c1f38718b7cbf3f33816d716eea99faddc1b4195 [diff] | |
parent | 3e2859572146eae92102efab53a35be9dc7c0d83 [diff] |
Merge "Fix toolbox failure return to match similar tools."
diff --git a/toolbox/toolbox.c b/toolbox/toolbox.c index 6bce5ed..b5a942c 100644 --- a/toolbox/toolbox.c +++ b/toolbox/toolbox.c
@@ -42,7 +42,7 @@ } printf("%s: no such tool\n", argv[0]); - return -1; + return 127; } int toolbox_main(int argc, char** argv) {