summaryrefslogtreecommitdiffstats
path: root/lib/getopt.sh
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/*.sh to src/P. J. McDermott2015-12-061-52/+0
|
* lib/*.sh: Drop include guardsP. J. McDermott2015-12-061-3/+0
|
* get_options(): Handle cases when OPTARG is nullP. J. McDermott2015-05-261-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. McDermott2015-05-251-3/+3
|
* get_options(): Return 1 on illegal optionP. J. McDermott2014-09-021-0/+2
|
* Fix license noticesP. J. McDermott2014-08-251-1/+1
| | | | s/the ProteanOS Development Kit program/the ProteanOS Development Kit/.
* Improve license notices and file descriptionsP. J. McDermott2014-08-251-11/+12
|
* get_options(): Handle "?" option.P. J. McDermott2013-10-231-1/+3
|
* get_options(): Determine optstring and prefix.P. J. McDermott2013-10-231-3/+10
|
* lib/getopt.sh: New file.P. J. McDermott2013-10-231-0/+37