[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14.2.11

Andreas Jung andreas at andreas-jung.com
Mon Nov 8 01:37:03 EST 2004


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv27791/inst

Modified Files:
      Tag: Zope-2_7-branch
	Makefile.in 
Log Message:

      - Collector #1566: Installation of Zope on some older Solaris versions
        could fail due to a broken "echo" implementation causing the 
        creation of a borked version.txt file.


=== Zope/inst/Makefile.in 1.14.2.10 => 1.14.2.11 ===
--- Zope/inst/Makefile.in:1.14.2.10	Tue Aug 24 15:27:35 2004
+++ Zope/inst/Makefile.in	Mon Nov  8 01:37:02 2004
@@ -110,7 +110,7 @@
 
 # version_txt: create a version file in lib/python/version.txt
 version_txt:
-	echo -n "Zope ${MAJOR_VERSION}.${MINOR_VERSION}-${RELEASE_TAG}" >\
+	printf "Zope ${MAJOR_VERSION}.${MINOR_VERSION}-${RELEASE_TAG}" >\
           "${BASE_DIR}/lib/python/version.txt"
 
 # sdist:       Create a source distribution file (implies clobber).



More information about the Zope-Checkins mailing list