summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-checkstyle.sh
blob: 593fb777e52db1c9b7631299e6641a5491fa186d (plain)
1
2
3
4
5
6
7
#!/bin/bash

if [ -f build-root/scripts/checkstyle.sh ];then
    build-root/scripts/checkstyle.sh
else
    echo "Cannot find cat build-root/scripts/checkstyle.sh - skipping checkstyle"
fi