repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clarify cvs dependency.
[midnight-commander.git]
/
maint
/
testdup.sh
blob
2c36236cbf1f9891bd33c398bb0b9b154d96d439
1
#!/bin/sh
2
3
echo
"test src/*"
4
for
i
in
`find src -name '*.[ch]'`
;
do
5
.
/
maint
/
dupincludes.pl
$i
6
done
7
8
echo
"test lib/*"
9
for
i
in
`find lib -name '*.[ch]'`
;
do
10
.
/
maint
/
dupincludes.pl
$i
11
done
12