mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
10 lines
132 B
Text
10 lines
132 B
Text
|
(
|
||
|
# LINT: line contains here-doc and opens multi-line $(...)
|
||
|
x=$(bobble <<-\END &&
|
||
|
fossil
|
||
|
vegetable
|
||
|
END
|
||
|
wiffle)
|
||
|
echo $x
|
||
|
)
|