diff options
Diffstat (limited to 'testxml')
-rwxr-xr-x | testxml/xsdcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/xsdcheck.sh b/testxml/xsdcheck.sh index ca5fe30..648cb5d 100755 --- a/testxml/xsdcheck.sh +++ b/testxml/xsdcheck.sh @@ -47,4 +47,4 @@ check status-effects.xml check units.xml check weapons.xml -find "${DIR}/graphics" -type f -name "*.xml" -exec ./checkfile.sh {} \; >>../errors.txt +find -H "${DIR}/graphics" -type f -name "*.xml" -exec ./checkfile.sh {} \; >>../errors.txt |