summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 18:50:33 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 18:53:16 (EDT)
commit575858a3709d03b6348add5721cd02e320b424bf (patch)
tree3dfe629809b67e2ace96fe959d04bf9795f4a8c5 /TODO
parentbfc5e48be90383aea647a061b8d97518c4274551 (diff)
Protect against cmd operands beginning with "-"
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index f868293..b001674 100644
--- a/TODO
+++ b/TODO
@@ -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()`.