aboutsummaryrefslogtreecommitdiff
path: root/ksh/kshrc.d/keep.ksh
Commit message (Collapse)AuthorAgeFilesLines
* Break sh noglob guard into two lines for clarityTom Ryder2018-06-291-1/+2
| | | | They're nicer to read this way.
* Remove unneeded typeset callTom Ryder2016-12-301-1/+0
|
* Use more compatible checkTom Ryder2016-12-221-1/+1
|
* Limit keep() to ksh93Tom Ryder2016-12-221-2/+9
| | | | | FreeBSD pdksh doesn't even have complete typeset -p output, nor printf %q, which I think makes this impractical.
* Use . not sourceTom Ryder2016-12-221-1/+1
|
* Fork keep() to kshTom Ryder2016-12-221-0/+152
Mostly works.