From e81cf202a7388e4ce3ccbe95206383deef1bff7f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Oct 2018 16:42:16 +0000 Subject: [skip ci] typo --- licensecheck/clientdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} \; -- cgit v1.2.3-70-g09d2