31208b8c93
This reverts commit ff13ab493b
as it fails
and takes ages to complete.
7 lines
120 B
Bash
Executable file
7 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# xlint.sh
|
|
|
|
[ "$XLINT" ] || exit 0
|
|
|
|
awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates | xargs xlint
|