Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Don't use subshells in local/export/declare commands. | Luke Shumaker | |
Only make this change in places where it shouldn't make a difference, and something weird has to be going on for the subshell to fail. This is on par with checking the return value of malloc. We don't need tests for each of these failure cases. | |||
2017-04-20 | Quote unquoted strings that should probably be quoted. | Luke Shumaker | |
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done. | |||
2017-04-11 | chcleanup: Fix typo in a comment | Luke Shumaker | |
2015-01-05 | chcleanup: oops, I left a `set -x` in therev20150105 | Luke Shumaker | |
2015-01-05 | Oops, update a couple of copyright years | Luke Shumaker | |
2015-01-04 | oops, I'm dumb; fix chcleanupv20150104 | Luke Shumaker | |
2015-01-04 | Generate the duplicated code in chcleanup | Luke Shumaker | |