
Instead of doing a direct System.exit() use return to return the exit code to the caller, which is the true main method for the application. This simplifies the calling strategy considerably. Change-Id: I3b056579726a56bd9a1ab7186265dc5c5ebeeacc Signed-off-by: Shawn O. Pearce <sop@google.com>