repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://github.com/Softcatala/git-po
[git/debian.git]
/
t
/
chainlint
/
multi-line-nested-command-substitution.test
blob
300058341b6f303dce9d8e8105b6f16fa25f2ebf
1
(
2
foo &&
3
x=$(
4
echo bar |
5
cat
6
) &&
7
echo ok
8
) |
9
sort &&
10
(
11
bar &&
12
x=$(echo bar |
13
cat
14
) &&
15
y=$(echo baz |
16
fip) &&
17
echo fail
18
)