diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 02:05:54 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-13 02:05:54 (EDT) |
commit | b18d62d033723b345986c8f8c677005fd541b974 (patch) | |
tree | 74e4209e79703efff2d239d5a3705daeec731ea0 /TODO | |
parent | 38b754971817f3d372bfe4bf5c1fb1fc66668e8d (diff) |
TODO: echo is gone and IFS assignments are OK
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -20,13 +20,10 @@ Tasks - `ob-applypatches: Skipping applied patch "01_foo.patch"...` - `ob-applypatches: Warning: Patch "01_foo.patch" has been modified since it was applied` * General code auditing and cleanup: - - Switch to using printf (safer and more portable than echo) for everything. - Protect against command operands beginning with "-", e.g.: * `[ "x${foo}" = 'xbar' ]` instead of `[ "${foo}" = 'bar' ]` * `mkdir -p -- "${foo}"` instead of `mkdir -p "${foo}"` - Add more error handling. - - Review "IFS=... cmd ..." commands. - * "IFS=... read" is fine. * See if ob-installdocs can/should handle non-directory non-regular files. * Write manual pages for functions and utilities. * Change/update option letters for `ob_parse_dep()`. |