[freeside-commits] freeside Makefile,1.180.2.10,1.180.2.11
Ivan,,,
ivan at wavetail.420.am
Wed May 12 18:25:19 PDT 2010
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv12965
Modified Files:
Tag: FREESIDE_1_9_BRANCH
Makefile
Log Message:
fix "-e DBI:Pg:dbname=freeside" datasrc winding up in secrets as a result of weird implementations of echo as a shell builtin that ignore -e
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.180.2.10
retrieving revision 1.180.2.11
diff -u -w -d -r1.180.2.10 -r1.180.2.11
--- Makefile 21 Apr 2010 07:11:38 -0000 1.180.2.10
+++ Makefile 13 May 2010 01:25:17 -0000 1.180.2.11
@@ -311,7 +311,7 @@
chown freeside ${FREESIDE_CONF}/secrets
chmod 600 ${FREESIDE_CONF}/secrets
- echo -e "${DATASOURCE}\n${DB_USER}\n${DB_PASSWORD}" >${FREESIDE_CONF}/secrets
+ /bin/echo -e "${DATASOURCE}\n${DB_USER}\n${DB_PASSWORD}" >${FREESIDE_CONF}/secrets
chmod 600 ${FREESIDE_CONF}/secrets
chown freeside ${FREESIDE_CONF}/secrets
More information about the freeside-commits
mailing list