From 575858a3709d03b6348add5721cd02e320b424bf Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Mar 2019 18:50:33 -0400 Subject: Protect against cmd operands beginning with "-" --- (limited to 'TODO') 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()`. -- cgit v0.9.1