summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-06-11 14:46:58 +0200
committerSimon Josefsson <simon@josefsson.org>2007-06-11 14:46:58 +0200
commitd14511979bef0b5557cda676a03175ba4beccd61 (patch)
treec83615b633fb3791b6de662e19a08a36c434d2bb
parent444d436e4b65d19063c316dfef398863657166e0 (diff)
downloadgnutls-d14511979bef0b5557cda676a03175ba4beccd61.tar.gz
Fix update-po target.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 77603ceade..14601abd76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4
# Maintainer targets
update-po: refresh-po
- cg-add `ls po/*.po | grep -v quot.po` || true && \
+ -cg-add `ls po/*.po | grep -v quot.po`
cg-commit -m "Sync with TP." po/LINGUAS `ls po/*.po | grep -v quot.po`
ChangeLog: