summaryrefslogtreecommitdiffstats
path: root/src/main.sh
Commit message (Collapse)AuthorAgeFilesLines
* time(): Rename to unixtime()Patrick McDermott2020-07-031-2/+2
| | | | | | In GNU Bash, time is not simply a built-in utility, but actually a reserved word. Naming a function "time" results in a rather unhelpful syntax error message.
* main(): Make "set -e"-safePatrick McDermott2019-04-271-2/+2
|
* Shift consistentlyPatrick McDermott2019-04-271-1/+1
|
* src/main.sh: set -ePatrick McDermott2019-04-271-1/+1
|
* Update remaining copyright noticesPatrick McDermott2019-04-251-1/+1
|
* Add braces to param exps in arith substsPatrick McDermott2019-04-191-1/+1
|
* main(): Replace non-portable expr and date %s specPatrick McDermott2019-04-111-1/+19
|
* src/main.sh: Drop search for old .builddirstamp pathPatrick McDermott2018-07-031-4/+1
| | | | | | This dates back to when the executable was built at "${builddir}/src/prokit" instead of the present location of "${builddir}/prokit" (i.e. before the introduction of linking by shld).
* main(): Exit on missing localeP. J. McDermott2016-01-231-1/+3
|
* main(): Check return value of *_vardata()P. J. McDermott2016-01-171-2/+6
|
* main(): s/exit/return/P. J. McDermott2016-01-171-2/+2
|
* main(): Return run_cmd() exit statusP. J. McDermott2016-01-171-1/+3
| | | | fini_vardata() was shoved in between run_cmd() and return.
* main(): Switch to non-exiting error()P. J. McDermott2016-01-171-1/+6
|
* main(): Run init_vardata() after srand()P. J. McDermott2016-01-161-1/+1
|
* main(): Call fini_vardata()P. J. McDermott2015-12-071-0/+2
|
* Rename src/prokit.sh to src/main.shP. J. McDermott2015-12-061-0/+93