diff options
Diffstat (limited to 'docs/error-handling/subshell')
-rw-r--r-- | docs/error-handling/subshell/repeated-printing.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/error-handling/subshell/repeated-printing.md b/docs/error-handling/subshell/repeated-printing.md index fa94a1b..b0a38fe 100644 --- a/docs/error-handling/subshell/repeated-printing.md +++ b/docs/error-handling/subshell/repeated-printing.md @@ -82,3 +82,5 @@ necessary quoting. * It might suffice to check for `(.*` and `${varname_regex}=\$(.*`, given the [other self-imposed restrictions](../../error-handling.md#Subshell). + * Note, though, that there may be several assignments on a single line, + and thus within `$BASH_COMMAND`. |