diff options
author | Einhard Leichtfuß <alguien@respiranto.de> | 2024-12-23 12:36:55 +0100 |
---|---|---|
committer | Einhard Leichtfuß <alguien@respiranto.de> | 2024-12-23 12:36:55 +0100 |
commit | 11859d9c9d1f9cd78c6878a7c4421ed29c797889 (patch) | |
tree | c944231e891083fed87ab6ebe36aae39ca72fc4a /docs/error-handling | |
parent | 6598c9a8d195193cf168cbee515bd383d69c1a1b (diff) |
Amend notes on $BASH_COMMAND
Diffstat (limited to 'docs/error-handling')
-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`. |