summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-09-05 20:38:01 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-09-05 20:38:01 +0000
commit6dce526cb8c1290d573e33a46c9fc6cbc7194e69 (patch)
treee97bf512326447141cb849e557d311e68766a407
parent709bc99bbd63bed153a74fa51f7a259e091d7735 (diff)
downloadxine-lib-6dce526cb8c1290d573e33a46c9fc6cbc7194e69.tar.gz
xine-lib-6dce526cb8c1290d573e33a46c9fc6cbc7194e69.tar.bz2
Fix a warning from 'head': change option from "-3" to "-n 3".
CVS patchset: 6941 CVS date: 2004/09/05 20:38:01
-rw-r--r--po/Makefile.in.in2
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_]_(' | \