commit | 3e781064f534ae0c822ac4c4f5590635633aa394 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Oct 19 17:18:34 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Oct 19 17:26:03 2018 -0700 |
tree | 675226520152cb0f58c1334a42ddfcec3c1d3c22 | |
parent | b884821df59d8f477d715f326caf74790647dede [diff] |
Fix exit status codes Using an exit status of -1 everywhere leads to the status being converted to 255 when output to a calling application. While this does signify an error it has a reserved meaning for exit status out of range. Lets use a valid general exit status of 1 instead. Change-Id: I326701c78985e34c430c258fe31d9e910da10405 Signed-off-by: William A. Kennington III <wak@google.com>