gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] UNNAMED PROJECT branch, release_0_8_8, updated. 03e


From: Rob Savoye
Subject: [Gnash-commit] [SCM] UNNAMED PROJECT branch, release_0_8_8, updated. 03eb25bbc48921e628ebe2944e9bc33b873c71ad
Date: Mon, 09 Aug 2010 19:55:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, release_0_8_8 has been updated
       via  03eb25bbc48921e628ebe2944e9bc33b873c71ad (commit)
      from  f4c573ab9063fea064227429e05e13a0ac240171 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=03eb25bbc48921e628ebe2944e9bc33b873c71ad


commit 03eb25bbc48921e628ebe2944e9bc33b873c71ad
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 9 13:55:35 2010 -0600

    use the a option with tr to be more portable.

diff --git a/Makefile.am b/Makefile.am
index d1b6247..e1c81c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -141,7 +141,7 @@ revno.h: Makefile.in
             if test x"$${status}" = x"0"; then \
               echo "Generating revno.h"; \
               $(RM) -f revno.h; \
-              revno=`(cd $(srcdir) && git describe --tags | cut -d '-' -f 2-3 
| tr '-' '_')`; \
+              revno=`(cd $(srcdir) && git describe --tags | cut -d '-' -f 2-3 
| tr a- a_)`; \
               nick=`basename $(top_srcdir)`; \
            fi; \
           else \

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

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


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]