summaryrefslogtreecommitdiff
path: root/regress/style/check__XXX__.pl
blob: 8a6b437bdb9d6b002ebc2ec6bcb2551166f0e4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $FML$
#

tmp=/tmp/buffer$$
trap "rm -f $tmp" 0 1 3 15

cd ../.. || exit 1

egrep -r '__[A-Z]' fml |\
egrep -v 'config.guess|configure|CVS|__template|__FILE__|__END__|__DATA__'