X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DOCS%2Fvalidator.sh;h=20aedf2a56f481a6cfea804373d0a952af12fcf4;hb=d0d1bbc89b4eabf5435babf548616253322b2b16;hp=6b6e8270bf3bf44299027004dfdda1a3f8cd7f06;hpb=e2fbc6b0bc9ad6de051f90ad8327e0bd5f058ecd;p=mailer.git diff --git a/DOCS/validator.sh b/DOCS/validator.sh index 6b6e8270bf..20aedf2a56 100755 --- a/DOCS/validator.sh +++ b/DOCS/validator.sh @@ -2,6 +2,8 @@ echo "$0: Validating all templates..." DUMMY=`find templates/de/html/ -type f -name *.tpl -exec php DOCS/tpl-validator.php {} \; 2>&1` -echo "${DUMMY}" | grep "Warning" | cut -d "/" -f 1-5 | grep -v "error parsing attribute name" > `dirname $0`/template-warnings.log +echo "${DUMMY}" | \ + grep "Warning" | \ + cut -d "/" -f 1-5 | \ + grep -v "error parsing attribute name" > `dirname $0`/template-warnings.log echo "$0: done." -