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

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

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