commit | efda21ca931766eed6cfc49d1b2122c53827d9fc | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Nov 29 18:14:37 2007 -0600 |
committer | Rob Landley <rob@landley.net> | Thu Nov 29 18:14:37 2007 -0600 |
tree | 16453d708a1b0fc6b325ada99bbe72cbaab7148b | |
parent | 7634b55f27ad483ec634ba9defac93872e3a329f [diff] |
Change command main() functions to return void, and exit(toys.exitval) from the toybox infrastructure instead. Eliminates a return call from each command.