fix typo in zptlint-test section.

svn path=/plone.app.discussion/trunk/; revision=39307
This commit is contained in:
Timo Stollenwerk 2010-08-28 18:23:38 +00:00
parent f110dd6c40
commit 0ea94c56ff
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ input = inline:
echo "Running zptlint-test"
TMPL=$(find plone/app/discussion -regex ".*\.[c|z]?pt")
echo "Checking"
echo $TMPL"
echo $TMPL
find plone/app/discussion -regex ".*\.[c|z]?pt" | xargs bin/zptlint > zptlint.log
if [ -s zptlint.log ]; then
echo "Errors were found, see zptlint.log for details"