repo.or.cz
/
alt-git.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 'em/freebsd-cirrus-ci'
[alt-git.git]
/
t
/
chainlint
/
exit-subshell.test
blob
4e6ab69b88674291d9e786da04f88106ff509ccd
1
(
2
# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
3
foo || exit 1
4
bar &&
5
baz
6
)