From 6dce526cb8c1290d573e33a46c9fc6cbc7194e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 5 Sep 2004 20:38:01 +0000 Subject: Fix a warning from 'head': change option from "-3" to "-n 3". CVS patchset: 6941 CVS date: 2004/09/05 20:38:01 --- po/Makefile.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_]_(' | \ -- cgit v1.2.3