commit | 22b3567e88f8def7cd83f57a4f37653ce9f8ce82 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 12 08:40:43 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 12 08:40:43 2016 -0700 |
tree | d6f21aad83101ea5a81e84481209bbad4acaadb3 | |
parent | 2d7c1cd96a92d3e7b6064b856c9b3fe279d901fe [diff] [blame] |
Fix toolbox failure return to match similar tools. Bug: https://code.google.com/p/android/issues/detail?id=182226 Change-Id: Ib05709b8f9b474d5989b69abd949a6dc661af998
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) {