summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-18 01:34:14 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-18 01:34:14 +0100
commit2f3c3317fa9250309d9bc4405d1e27f859a52148 (patch)
treebb5f81884847d22531011189b9356db664c5c48d /maint.mk
parentc4da75a09ab18141b75f2d7fc8b10c6962d77735 (diff)
downloadgnutls-2f3c3317fa9250309d9bc4405d1e27f859a52148.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 62f3a41ec0..3756ee8710 100644
--- a/maint.mk
+++ b/maint.mk
@@ -139,7 +139,7 @@ refresh-po:
wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \
echo 'en@boldquot' > $(PODIR)/LINGUAS && \
echo 'en@quot' >> $(PODIR)/LINGUAS && \
- ls $(PODIR)/*.po | sed 's/.po//' | sed 's,$(PODIR)/,,' | sort >> $(PODIR)/LINGUAS
+ ls $(PODIR)/*.po | sed 's/\.po//' | sed 's,$(PODIR)/,,' | sort >> $(PODIR)/LINGUAS
INDENT_SOURCES ?= $(C_SOURCES)
.PHONY: indent