gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10821: use -e with echo when making


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10821: use -e with echo when making the bzrversion.h without bzr to keep Gentoo happy.
Date: Tue, 21 Apr 2009 15:25:39 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10821
committer: address@hidden
branch nick: trunk
timestamp: Tue 2009-04-21 15:25:39 -0600
message:
  use -e with echo when making the bzrversion.h without bzr to keep Gentoo 
happy.
modified:
  Makefile.am
=== modified file 'Makefile.am'
--- a/Makefile.am       2009-04-20 16:24:55 +0000
+++ b/Makefile.am       2009-04-21 21:25:39 +0000
@@ -158,8 +158,7 @@
            echo "Using existing bzrversion.h"; \
        else \
            echo "Generating bzrversion.h"; \
-           now=`date "+%Y%m%d"`; \
-           echo 'static const char *BRANCH_REVNO  = "$${now}";\nstatic const 
char *BRANCH_NICK = "none";\n' > bzrversion.h; \
+           echo -e 'static const char *BRANCH_REVNO  = '\"${NOW}\"';\nstatic 
const char *BRANCH_NICK = "none";\n' > bzrversion.h; \
          fi; \
        fi
 


reply via email to

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