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:
e6c0f59
)
Fixes for 8.4 branching
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 3 Jul 2009 20:30:14 +0000
(20:30 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 3 Jul 2009 20:30:14 +0000
(20:30 +0000)
wwwtools/pg-make-po
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/pg-make-po
b/wwwtools/pg-make-po
index 417f3ef20e9993e1b96f5a0e0cf8593d79b515a5..ef0528048e47b7acae80a979598d9d7fd8dbd889 100755
(executable)
--- a/
wwwtools/pg-make-po
+++ b/
wwwtools/pg-make-po
@@
-106,7
+106,7
@@
foreach (@ARGV) {
}
}
- if ($version eq 'current') {
+ if ($version eq 'current'
or $version eq '8.4-branch'
) {
# This is what we offer for download.
if (system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages'") != 0) {
system("$gmake -C $dirname po/$lang.po.new AVAIL_LANGUAGES='$avail_languages' 2>$outdir/$catalogname-$lang.po.err 1>/dev/null");