mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 07:23:52 +02:00
fix for namerefs referencing an unset array index with nounset enabled; addition to buildconf.h.in for C23 compilers
This commit is contained in:
@@ -147,6 +147,10 @@ echo {a..,/a.cfg}
|
||||
echo {a..b,/a.cfg}
|
||||
echo {a,b../a.cfg}
|
||||
|
||||
echo {1..4,5..8}
|
||||
echo {1..4,8}
|
||||
echo {1,5..8}
|
||||
|
||||
# these are all invalid brace expansions
|
||||
|
||||
echo {abcde.f}
|
||||
|
||||
Reference in New Issue
Block a user