Welcome to mirror list, hosted at ThFree Co, Russian Federation.

command-substitution.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c72e4df9e709d1e26f393d6e2d906626d94aa3a3 (plain)
1
2
3
4
5
6
7
8
9
(
	foo &&
	bar=$(gobble) &&
	baz
) &&
(
	bar=$(gobble blocks) ?!AMP?!
	baz
)