summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chcleanup.in
AgeCommit message (Collapse)Author
2017-04-20Don'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-20Quote 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-11chcleanup: Fix typo in a commentLuke Shumaker
2015-01-05chcleanup: oops, I left a `set -x` in therev20150105Luke Shumaker
2015-01-05Oops, update a couple of copyright yearsLuke Shumaker
2015-01-04oops, I'm dumb; fix chcleanupv20150104Luke Shumaker
2015-01-04Generate the duplicated code in chcleanupLuke Shumaker