[svnbook] r5246 committed - branches/1.0/tools/Makefile.base-rules

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Wed Nov 30 14:44:58 CST 2016


Revision: 5246
          http://sourceforge.net/p/svnbook/source/5246
Author:   cmpilato
Date:     2016-11-30 20:44:58 +0000 (Wed, 30 Nov 2016)
Log Message:
-----------
[On the 1.0 branch]

* tools/Makefile.base-rules
  (version): Fix stdout redirect in fallback version.xml generation
    logic.

Found by: danielsh

Modified Paths:
--------------
    branches/1.0/tools/Makefile.base-rules

Modified: branches/1.0/tools/Makefile.base-rules
===================================================================
--- branches/1.0/tools/Makefile.base-rules	2016-11-30 20:38:04 UTC (rev 5245)
+++ branches/1.0/tools/Makefile.base-rules	2016-11-30 20:44:58 UTC (rev 5246)
@@ -15,7 +15,7 @@
 	    >> $(VERSION_SOURCE).tmp; \
 	else \
 	  echo '<!ENTITY svn.version "">' > $(VERSION_SOURCE).tmp; \
-	  echo '<!ENTITY svn.l10n_revision "">' > $(VERSION_SOURCE).tmp; \
+	  echo '<!ENTITY svn.l10n_revision "">' >> $(VERSION_SOURCE).tmp; \
 	fi
 	@echo '<!ENTITY svn.date "'`date`'">' >> $(VERSION_SOURCE).tmp
 	@if cmp -s $(VERSION_SOURCE) $(VERSION_SOURCE).tmp; then \




More information about the svnbook-dev mailing list