diff options
-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()`. |