diff options
Diffstat (limited to 'licensecheck/clientdata.sh')
-rwxr-xr-x | licensecheck/clientdata.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh index 9d678d9..cf63fa8 100755 --- a/licensecheck/clientdata.sh +++ b/licensecheck/clientdata.sh @@ -2,5 +2,5 @@ export DIR="../../client-data" -find $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE {} \; -find $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE {} \; +find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE {} \; +find -H $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE {} \; |