mirror of https://gitlab.com/bashrc2/epicyon
Static analysis progress
parent
14433d8534
commit
0a5a9d439b
|
@ -15,11 +15,14 @@ do
|
|||
fi
|
||||
result=$($cmd "$sourceFile")
|
||||
if [ "$result" ]; then
|
||||
echo ''
|
||||
echo "$result"
|
||||
exit 1
|
||||
fi
|
||||
echo -n '.'
|
||||
done
|
||||
|
||||
echo ''
|
||||
echo "Static analysis complete"
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue