Bash-5.3 distribution sources and documentation

This commit is contained in:
Chet Ramey
2025-07-03 16:15:36 -04:00
parent 6794b5478f
commit b8c60bc9ca
896 changed files with 174241 additions and 103591 deletions
+3
View File
@@ -76,3 +76,6 @@ for k in ']' '*' '@'; do
declare "A[$k]=X"
done
declare -p A
# empty arrays in arith contexts
(( y[$none] ))