summaryrefslogtreecommitdiff
path: root/licensecheck
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-06 18:47:50 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-06 18:47:50 +0300
commited3c76f0aa9c7e605c28bbc8d7b8505e91f21cad (patch)
tree82ed7c6ec19df6d850079036a146f3628feb7135 /licensecheck
parent42303e4c2b89dc9912734153858c1338b3c4b0d9 (diff)
downloadtools-ed3c76f0aa9c7e605c28bbc8d7b8505e91f21cad.tar.gz
tools-ed3c76f0aa9c7e605c28bbc8d7b8505e91f21cad.tar.bz2
tools-ed3c76f0aa9c7e605c28bbc8d7b8505e91f21cad.tar.xz
tools-ed3c76f0aa9c7e605c28bbc8d7b8505e91f21cad.zip
licensecheck: remove debug output
Diffstat (limited to 'licensecheck')
-rwxr-xr-xlicensecheck/clientdata.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh
index 016952b..9d678d9 100755
--- a/licensecheck/clientdata.sh
+++ b/licensecheck/clientdata.sh
@@ -2,8 +2,5 @@
export DIR="../../client-data"
-echo Checking png files
find $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE {} \;
-
-echo Checking ogg files
find $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE {} \;