diff options
-rw-r--r-- | po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 17e1142b7..f436d7faa 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -163,7 +163,7 @@ maintainer-clean: distclean distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: (cd $(top_srcdir); \ - head -3 po/POTFILES.in > \ + head -n 3 po/POTFILES.in > \ /tmp/POTFILES.in && \ find src -name "*.[chy]" | \ xargs grep -l '[^A-Za-z_]_(' | \ |