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
t/gpg: simplify test for unknown key
[git/debian.git]
/
t
/
chainlint
/
if-in-loop.test
blob
daf22da16476aac9e7467bf73cae8470fe29e98f
1
(
2
for i in a b c
3
do
4
if false
5
then
6
# LINT: missing "&&" on 'echo'
7
echo "err"
8
exit 1
9
# LINT: missing "&&" on 'fi'
10
fi
11
foo
12
# LINT: missing "&&" on 'done'
13
done
14
bar
15
)