On 5/15/23 8:35 PM, Chet Ramey wrote:
Please test it out

    $ cat
    ^Z
    [1]+  Stopped                 cat
    $ x=${ fg;}
    foo
    foo
    <^C or ^D here>
    $ declare -p x
    declare -- x="cat"
    $

Is this intended?

Reply via email to