summaryrefslogtreecommitdiffstats
path: root/fedora-review-check
blob: 25f5ef9702e585ef447f359c301c89e257605b84 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ $# -eq 2 ]
then exec /usr/bin/phpcompatinfo analyser:run $2 --no-ansi >$1

else echo "usage  $0  logname  dirname"
     exit 1
fi