diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,8 +5,6 @@ General Cleanup --------------- * General code auditing and cleanup: - - Protect against command operands beginning with "-", e.g.: - * `mkdir -p -- "${foo}"` instead of `mkdir -p "${foo}"` - Add more error handling. * Write manual pages for functions and utilities. * Change/update option letters for `ob_parse_dep()`. |