docs-common/bin fdpsh,1.8,1.9

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Sep 13 00:18:18 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19563

Modified Files:
	fdpsh 
Log Message:
Quote the command to allow for embedded newlines in Makefile



Index: fdpsh
===================================================================
RCS file: /cvs/docs/docs-common/bin/fdpsh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fdpsh	3 Mar 2006 02:23:10 -0000	1.8
+++ fdpsh	13 Sep 2006 00:18:16 -0000	1.9
@@ -38,7 +38,7 @@
 done
 if [ "${CMD}" ]; then
 	[ ! -f ${FDPLOG} ] || echo "${CMD}" >>${FDPLOG}
-	eval ${CMD}
+	eval "${CMD}"
 	results=$?
 elif [ $# -gt 0 ]; then
 	[ ! -f ${FDPLOG} ] || echo "${CMD}" >>${FDPLOG}




More information about the Fedora-docs-commits mailing list