parent
32ca5156c4
commit
3f4d1f1555
9 changed files with 56 additions and 37 deletions
|
@ -4,4 +4,7 @@
|
|||
|
||||
[ "$XLINT" ] || exit 0
|
||||
|
||||
awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates | xargs xlint
|
||||
awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates | while read -r t; do
|
||||
/bin/echo -e "\x1b[32mLinting $t...\x1b[0m"
|
||||
xlint "$t"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue