DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / chainlint / bash-array.expect
12345678910
2 ( 3 foo && 4 bar=(gumbo stumbo wumbo) && 5 baz 6 ) && 7 ( 8 foo && 9 bar=${#bar[@]} && 10 baz 11 )