commit | 171072b90ed953304b1bbfa96022ab71b82d9969 | [log] [tgz] |
---|---|---|
author | David Herman <[email protected]> | Fri Oct 17 17:25:10 2014 -0700 |
committer | David Herman <[email protected]> | Thu Oct 23 11:48:41 2014 -0700 |
tree | 79e000253f69e7e5d1f4e956ab7998273e462cae | |
parent | 8ebbf9d423fe3fdbbf57d972dd3a88160ccee823 [diff] |
New -error arg for find_java We want our installer to show a (potentially) helpful error message when find_java can't, well, find java. (Before, find_java would print nothing). After this CL is in, then if you pass -e(rror) in as an argument, find_java will either print the found java.exe path and return 0, or it will print an error message and return 1. Change-Id: I5c411ea75a8eecdb0c60aa84350a2a762a30c6d1