]> git.ipfire.org Git - thirdparty/bash.git/commit
fix the expansion of $@ on the rhs of an assignment statement to be more consistent...
authorChet Ramey <chet.ramey@case.edu>
Mon, 8 Jun 2026 14:31:31 +0000 (10:31 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 8 Jun 2026 14:31:31 +0000 (10:31 -0400)
commit8085ee139645391bb392cc06dd25717238b65455
treeea3707f7b803bb37c8a117451a4e5c7c0c533e7a
parent1e9f5e10b2a6f81d458936372380c870f0722ef1
fix the expansion of $@ on the rhs of an assignment statement to be more consistent; fix mapfile to only look up the variable again if a callback is invoked; fix memory leak when converting a variable to an array
17 files changed:
CWRU/CWRU.chlog
arrayfunc.c
builtins/break.def
builtins/mapfile.def
doc/bash.0
doc/bash.1
doc/bash.info
doc/bash.pdf
doc/bashref.info
doc/bashref.texi
subst.c
tests/arith-for.right
tests/errors.right
tests/exp.right
tests/exp14.sub
variables.c
variables.h