diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-28 23:58:32 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-28 23:58:32 (EST) |
commit | 3ccb3404bca5b8a360a6e6a7e8205c5985864405 (patch) | |
tree | db8b00a3449ba712e119904006ff6e527ed13b4b /lib | |
parent | f1f6a76ff4cfc66f8b9f2130bb70dacf3d2f08a6 (diff) |
ob_set_substvar(): Add a TODO comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/control.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/control.sh b/lib/control.sh index e44ccc2..5c86527 100644 --- a/lib/control.sh +++ b/lib/control.sh @@ -226,6 +226,7 @@ ob_set_substvar() esac # 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: |