summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-10 22:21:34 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-10 22:21:34 -0200
commit577f808ca5b630c4a1303231c9bdcbebbdeaf756 (patch)
treec442b176f55681395c80b466c8c789fec13e9293 /.tools
parent1a052f33935e37b942b5de4961f86d4ed18b3791 (diff)
downloadclientdata-577f808ca5b630c4a1303231c9bdcbebbdeaf756.tar.gz
clientdata-577f808ca5b630c4a1303231c9bdcbebbdeaf756.tar.bz2
clientdata-577f808ca5b630c4a1303231c9bdcbebbdeaf756.tar.xz
clientdata-577f808ca5b630c4a1303231c9bdcbebbdeaf756.zip
Includes WC on licensecheck. WC is a coreutils program, should run fine.
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/licensecheck.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tools/licensecheck.sh b/.tools/licensecheck.sh
index f8dedf64..726fc304 100755
--- a/.tools/licensecheck.sh
+++ b/.tools/licensecheck.sh
@@ -18,5 +18,7 @@ export RES=$(cat license.log)
if [[ -n "${RES}" ]]; then
echo "Detected missing licenses."
cat license.log
+ echo "Estimated total missing licenses:"
+ wc -l license.log
exit 1
fi