summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/control.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/control.sh b/lib/control.sh
index 78951bb..3395294 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -201,7 +201,6 @@ ob_set_substvar()
)"
# Trim leading and trailing whitespace from value.
- # TODO: "read" can probably do this more simply.
value="$(echo "${value}" | sed -n '
H; # Store each input line in the hold space.
${ # At the last line of input: