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

here-doc-multi-line-command-subst.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 899bc5de8bceca9a58cfb8513a2b4f542c2fc19e (plain)
1
2
3
4
5
6
7
8
9
(
# LINT: line contains here-doc and opens multi-line $(...)
	x=$(bobble <<-\END &&
		fossil
		vegetable
		END
		wiffle)
	echo $x
)