diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-09 23:42:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-09 23:42:48 +0300 |
commit | bbbe878c9c4653a32eda230e6409bd0fb06f8118 (patch) | |
tree | 77ba2dea0a47e7fd6612f7eb8c63ff8e8fdcb8cf /testxml | |
parent | 3ddf3007378c7fb4dc09c6f89e2a42beb2c31915 (diff) | |
download | evol-tools-bbbe878c9c4653a32eda230e6409bd0fb06f8118.tar.gz evol-tools-bbbe878c9c4653a32eda230e6409bd0fb06f8118.tar.bz2 evol-tools-bbbe878c9c4653a32eda230e6409bd0fb06f8118.tar.xz evol-tools-bbbe878c9c4653a32eda230e6409bd0fb06f8118.zip |
Add option to follow symlinks in some tools.s20160719
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 |