aboutsummaryrefslogtreecommitdiff
path: root/check
Commit message (Collapse)AuthorAgeFilesLines
* Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-201-1/+1
| | | | | Also require flag files in ~/.welcome for displaying or not displaying login stuff
* Include shrc.d in check-sh targetTom Ryder2016-08-171-1/+1
| | | | Quote a string entirely to appease shellcheck too
* Be explicit about check/man passingTom Ryder2016-08-171-0/+3
|
* Simplify a couple of printf callsTom Ryder2016-08-171-2/+2
|
* Check for executability before sh -nTom Ryder2016-08-162-2/+2
|
* Rename "test" targets to "check"Tom Ryder2016-08-167-0/+101
Mostly to make way for an actual test suite beyond mere syntax checking