argh, not enough escaping

This commit is contained in:
Michal Čihař
2005-11-29 19:11:50 +00:00
parent d28c615af4
commit ba9fae1b8c

View File

@@ -231,7 +231,7 @@ $allow_recoding = TRUE;' > $TEMPFILE
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| sed "s/$replace_charset/$charset/" > $TEMPFILE
fi
if [ -s $TEMPFILE ] ; then
sed "s/\\\\';[[:space:]]*$/\\ ';/" $TEMPFILE > $file
sed "s/\\\\';[[:space:]]*$/\\\\ ';/" $TEMPFILE > $file
echo done
else
FAILED="$FAILED $file"