This commit is contained in:
Steffen Jaeckel 2017-06-13 17:48:08 +02:00
parent 9baba0a83a
commit 52672bc358

View File

@ -17,8 +17,8 @@ if [ -z "$(echo $CC | grep "gcc")" ]; then
exit 0
fi
if [ "$(echo $2 | grep -v 'makefile[.]')" == "" ]; then
echo "only run coverage for the regular makefile, early exit success"
if [ "$(echo $3 | grep -v 'makefile[.]')" == "" ]; then
echo "only run $0 for the regular makefile, early exit success"
exit 0
fi