Change string to search the error about events because of encoding. "on ASCII"

This commit is contained in:
gugat 2012-01-06 18:31:24 -05:00
parent a98fecc2c7
commit 3a72db66ba

View File

@ -373,7 +373,7 @@ if [ $CHECK ]; then
echo " -- ERRORS found while archiving files -- "
cat /tmp/t
echo
grep "ASCII" /tmp/t > /tmp/u
grep "on ASCII" /tmp/t > /tmp/u
if [ -s /tmp/u ]; then
echo " -- events.xml was not created. There is a problem with the character encoding "
echo