]> git.ipfire.org Git - thirdparty/bash.git/commit
fixed a bug with expanding unquoted $* when the separator is not whitespace and one... devel
authorChet Ramey <chet.ramey@case.edu>
Wed, 20 May 2026 14:18:32 +0000 (10:18 -0400)
committerChet Ramey <chet.ramey@case.edu>
Wed, 20 May 2026 14:18:32 +0000 (10:18 -0400)
commit2d4ba0c618584d3554165b9484d921ec8c4e4523
treea76f9d2343ca90d55c5a7f50887a6f6a528f3cfa
parent669b32f676a102193f65dcf88b98ba40bb361996
fixed a bug with expanding unquoted $* when the separator is not whitespace and one or more of the positional parameters ends with the separator, resulting in an extra blank field being generated; fixed an issue with adjusting SHLVL in subshells that caused the environment to be rebuilt too many times; fix to make sure function substitution doesn't leave the -v option unset
15 files changed:
CWRU/CWRU.chlog
MANIFEST
arrayfunc.c
command.h
examples/loadables/Makefile.in
examples/loadables/cut.c
execute_cmd.c
subst.c
subst.h
tests/dollar-at-star
tests/dollar-at-star12.sub [new file with mode: 0644]
tests/dollar-at-star13.sub [new file with mode: 0644]
tests/dollar.right
tests/run-test
variables.c