repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
descriptive.mac: declare local variable to avoid possibility of name collision.
[maxima.git]
/
doc
/
info
/
check_tab
blob
5461c65d13872c4bfbef49beadf31640114112a3
1
#!/bin/sh
2
3
pattern
=
`printf "
\t
"`
4
bad_files
=
`find . -name '*.texi' -print0 | xargs -0 grep -l -e "
$pattern
"`
5
6
echo
$bad_files
7