summaryrefslogtreecommitdiff
path: root/licensecheck
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-23 16:42:16 +0000
committerJesusaves <cpntb1@ymail.com>2018-10-23 16:42:16 +0000
commite81cf202a7388e4ce3ccbe95206383deef1bff7f (patch)
tree601364586516475dfc89847cbdc9dda23f2c16a9 /licensecheck
parenteaadb679c03d8e66cc039aad6b088f4956769f1c (diff)
downloadtools-e81cf202a7388e4ce3ccbe95206383deef1bff7f.tar.gz
tools-e81cf202a7388e4ce3ccbe95206383deef1bff7f.tar.bz2
tools-e81cf202a7388e4ce3ccbe95206383deef1bff7f.tar.xz
tools-e81cf202a7388e4ce3ccbe95206383deef1bff7f.zip
[skip ci] typo
Diffstat (limited to 'licensecheck')
-rwxr-xr-xlicensecheck/clientdata.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh
index d0b2078..583b197 100755
--- a/licensecheck/clientdata.sh
+++ b/licensecheck/clientdata.sh
@@ -2,7 +2,7 @@
export DIR="../../client-data"
-find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE $DIR ART_LICENSE {} \;
+find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
find -H $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
find -H $DIR -type f -name "*.tmx" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
find -H $DIR -type f -name "*.jpg" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;