projects
/
pgtranslation
/
admin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23cdce
)
Use cp-po -f so files with errors still show up on the web site.
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 13 Jun 2009 13:10:50 +0000
(13:10 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 13 Jun 2009 13:10:50 +0000
(13:10 +0000)
wwwtools/update-nls-www
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/update-nls-www
b/wwwtools/update-nls-www
index 4da20da5dd76d34778ebafdbd07799924cb9945b..11281a6398f625ed3a870cf044e9a5ba22f8b04a 100755
(executable)
--- 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