From 1d9c962c9981b991482fddb9ceecf11d08ae7803 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 9 Nov 2009 19:53:14 +0000 Subject: [PATCH] Fixed paths and removed error repotring supression and lets use php.ini.. --- scripts/gen_translation_info.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/gen_translation_info.sh b/scripts/gen_translation_info.sh index b428264..0b61c14 100644 --- a/scripts/gen_translation_info.sh +++ b/scripts/gen_translation_info.sh @@ -9,11 +9,11 @@ LANGS=`$PHP -r 'include "phpweb/include/languages.inc"; echo implode( " ", array cd phpdoc-all for LANG in $LANGS; do + $PHP doc-base/scripts/check-trans.php ${LANG} > $TRANSPATH/transcheck_${LANG}.html + $PHP -derror_reporting=0 doc-base/scripts/revcheck.php ${LANG} > $TRANSPATH/revcheck_${LANG}.html + $PHP doc-base/scripts/check-trans-maint.php -n -l ${LANG} -m 1 > $TRANSPATH/maintainer_${LANG}.html + $PHP -derror_reporting=0 doc-base/scripts/check-trans-params.php ${LANG} 1 1 > $TRANSPATH/params_${LANG}.html + $PHP doc-base/scripts/reviewedcheck.php ${LANG} > $TRANSPATH/reviewedcheck_${LANG}.html - $PHP -n -d error_reporting=0 scripts/check-trans.php ${LANG} > $TRANSPATH/transcheck_${LANG}.html - $PHP -n -d error_reporting=0 scripts/revcheck.php ${LANG} > $TRANSPATH/revcheck_${LANG}.html - $PHP -n -d error_reporting=0 scripts/check-trans-maint.php -n -l ${LANG} -m 1 > $TRANSPATH/maintainer_${LANG}.html - $PHP -n -d error_reporting=0 scripts/check-trans-params.php ${LANG} 1 1 > $TRANSPATH/params_${LANG}.html - $PHP -n -d error_reporting=0 scripts/reviewedcheck.php ${LANG} > $TRANSPATH/reviewedcheck_${LANG}.html +done -done \ No newline at end of file