On 10/17/16 2:38 PM, Martijn Dekker wrote:
> bash 4.4.0 (I did not investigate other versions) does not produce an
> error message if you try to assign something to the BASHPID readonly
> using either arithmetic or normal assignment. Other readonlies produce a
> message on an assignment attempt. BASHPID seems to be an exception.

BASHPID is a dynamic variable.  There should be a sentence in the man
page that says assignments to it have no effect (as it does for GROUPS
and FUNCNAME, for example).  It probably should not be readonly, though
it has been marked as such in previous versions of bash.  I will fix
the man page first.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to