DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / chainlint / command-substitution.expect
123456789
2 ( 3 foo && 4 bar=$(gobble) && 5 baz 6 ) && 7 ( 8 bar=$(gobble blocks) ?!LINT: missing '&&'?! 9 baz 10 )