aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/admin/docblocks
blob: a7f05c3b8e1042162bbf8d9013cf07a213cc368a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
#set -e

bad_files=$(./admin/findphp | xargs -L 1 /usr/bin/env perl admin/docblocks.pl)

if [ "$bad_files" ]
    then
    cat <<EOF 1>&2
These files do not start with docblocks:

$bad_files

EOF
    exit 1
fi