From 721196d1637a0fda616647cf89c642f3a35863a8 Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Fri, 8 Jan 2021 02:06:58 +0530 Subject: [PATCH] mark fix in TODO --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e23fc55..8dc10a8 100644 --- a/TODO.md +++ b/TODO.md @@ -8,8 +8,10 @@ the remainder at a version is rolled over to the next unless the item is dismissed altogether --> ### code -- [ ] add `set -e` for entire script escaped by `set +e` where needed +- [x] add `set -e` for entire script escaped by `set +e` where needed - pointed out by [@iammosespaulr](//github.com/iammosespaulr) + - fixed @ [6ac1dd3](//github.com/kevinnls/bak-old/tree/6ac1dd30e64bf90b091eaa3d0c1536fbc411b8dd) + - did not need escaping. -e does not apply to `test` conditions ### documentation - [ ] `-d` has incorrect info