From bf4bf4c6ffaf82168315a6c7ffb04598d52cd52b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 13 Jun 2009 13:10:50 +0000 Subject: [PATCH] Use cp-po -f so files with errors still show up on the web site. --- wwwtools/update-nls-www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 4da20da..11281a6 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -48,7 +48,7 @@ for branch in $active_branches; do if [ -d "$CVSDIR/messages-$branch" ]; then (cd $CVSDIR/messages-$branch; cvs -q update) | tee -a "$tmp" - $MYDIR/../cp-po -k $CVSDIR/messages-$branch $PGSRC.work + $MYDIR/../cp-po -f -k $CVSDIR/messages-$branch $PGSRC.work fi if [ "$force" != true ] && ! egrep -q '^(U|P) ' "$tmp"; then -- 2.39.5