Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get_options(): Handle cases when OPTARG is null | P. J. McDermott | 2015-05-26 | 1 | -3/+9 |
| | | | | | Previously, option variables were set to "true" if an option required an argument but the argument given was null. | ||||
* | get_options(): Use ${running_cmd_clean} | P. J. McDermott | 2015-05-25 | 1 | -3/+3 |
| | |||||
* | get_options(): Return 1 on illegal option | P. J. McDermott | 2014-09-02 | 1 | -0/+2 |
| | |||||
* | Fix license notices | P. J. McDermott | 2014-08-25 | 1 | -1/+1 |
| | | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/. | ||||
* | Improve license notices and file descriptions | P. J. McDermott | 2014-08-25 | 1 | -11/+12 |
| | |||||
* | get_options(): Handle "?" option. | P. J. McDermott | 2013-10-23 | 1 | -1/+3 |
| | |||||
* | get_options(): Determine optstring and prefix. | P. J. McDermott | 2013-10-23 | 1 | -3/+10 |
| | |||||
* | lib/getopt.sh: New file. | P. J. McDermott | 2013-10-23 | 1 | -0/+37 |