The branch, master has been updated
       via  11b90bc9591b4b101efef1f8a9a0d9656d2953c9 (commit)
      from  792e2856c9774cca262929f81b9adbbac0fa1d13 (commit)

- Log -----------------------------------------------------------------
commit 11b90bc9591b4b101efef1f8a9a0d9656d2953c9
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>

    Pass tmux.1.in to awk on stdin rather than as an argument.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c5369fd..c131940 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -242,7 +242,7 @@ tmux.1: tmux.1.in
        if test x@MANFORMAT@ = xmdoc; then \
                cp tmux.1.in tmux.1; \
        else \
-               $(AWK) -fmdoc2man.awk tmux.1.in >tmux.1; \
+               $(AWK) -fmdoc2man.awk <tmux.1.in >tmux.1; \
        fi
 
 # Update SF web site.


-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to