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

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