aboutsummaryrefslogtreecommitdiff
path: root/check/ksh.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove diagnostic messages from check/lint scriptsTom Ryder2018-12-191-1/+0
| | | | So that `make -s` works nicely.
* Remove unneeded semicolon from sh "for VAR ; do"Tom Ryder2018-12-061-1/+1
| | | | | It turns out the semicolon belongs to the "in" syntax, and is optional without it.
* Tidy and correct linting for all three shellsTom Ryder2017-10-311-4/+7
| | | | | | | | | | | | | Reduce each one to target only the dotfiles specifically for that shell, as opposed to previously where for example the `check-sh` target was checking shell shims in for `mpd` and `plenv`. I'm still not completely sure that's the right approach, but it's at least less conceptually muddy than what we had before. Notably, the check and lint for Korn shell includes a single POSIX shell script file in its `shrc.d` subdirectory, so that check is executed separately.
* More sh flexibility (check/lint scripts)Tom Ryder2017-04-051-0/+5