[cig-commits] r20684 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Tue Sep 4 17:11:32 PDT 2012


Author: brad
Date: 2012-09-04 17:11:31 -0700 (Tue, 04 Sep 2012)
New Revision: 20684

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Fixed echo command.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2012-09-04 22:51:09 UTC (rev 20683)
+++ cs/buildbot/pylith_deps/src/makefile	2012-09-05 00:11:31 UTC (rev 20684)
@@ -187,7 +187,7 @@
 	$(FETCH) http://geodynamics.org/~buildbot/deps/netCDF4-1.0fix1.tar.gz
 	tar --no-same-owner -zxvf netCDF4-1.0fix1.tar.gz
 	cd netCDF4-1.0 && \
-		echo -e "[options]\nuse_ncconfig=True" > setup.cfg && \
+		echo "[options]\nuse_ncconfig=True" > setup.cfg && \
 		python setup.py build && \
 		python setup.py install --prefix=$(HOME)/install/$(BUILDBOT)
 



More information about the CIG-COMMITS mailing list