repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
submodule--helper: teach config subcommand --unset
[git/raj.git]
/
t
/
chainlint
/
command-substitution.test
blob
3bbb002a4c746c8e4cdd4cb9b80e60224b3bd2a9
1
(
2
foo &&
3
# LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")"
4
bar=$(gobble) &&
5
baz
6
) &&
7
(
8
# LINT: missing "&&" on $(...)
9
bar=$(gobble blocks)
10
baz
11
)