diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-24 15:51:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-24 16:06:39 +0100 |
commit | 21b172df101c2c52faf0cc56a502395451975be9 (patch) | |
tree | 9bcf183b676579a9bcfb2443720bb049c664500b /doc/doc-docbook/spec.xfpt | |
parent | c18090c685f592d2ae944c2d24926394937c15c2 (diff) |
Re-fix live variable $value free. The inital fix resulted in $value from ${run...} not
being available later, which is a documented feature.
Broken=by: cf3fecb9e873
Diffstat (limited to 'doc/doc-docbook/spec.xfpt')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index d0f310f57..ffb34e882 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10694,6 +10694,7 @@ shell must be invoked directly, such as with: .code ${run{/bin/bash -c "/usr/bin/id >/tmp/id"}{yes}{yes}} .endd +Note that &$value$& will not persist beyond the reception of a single message. .vindex "&$runrc$&" The return code from the command is put in the variable &$runrc$&, and this |