summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-09-13 00:18:16 +0000
committerPaul W. Frields <stickster@gmail.com>2006-09-13 00:18:16 +0000
commit4772e0a7b4360d377157590d5983a9fc8e279f71 (patch)
treef147a579964e43dd7dd6b41cf67e96aaf822cb16 /bin
parent7fe28bfd29d38243f13a1dd2d136c20ed0336f69 (diff)
downloadfedora-doc-utils-4772e0a7b4360d377157590d5983a9fc8e279f71.tar.gz
fedora-doc-utils-4772e0a7b4360d377157590d5983a9fc8e279f71.tar.xz
fedora-doc-utils-4772e0a7b4360d377157590d5983a9fc8e279f71.zip
Quote the command to allow for embedded newlines in Makefile
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fdpsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fdpsh b/bin/fdpsh
index e507686..6b11112 100755
--- a/bin/fdpsh
+++ b/bin/fdpsh
@@ -38,7 +38,7 @@ do
done
if [ "${CMD}" ]; then
[ ! -f ${FDPLOG} ] || echo "${CMD}" >>${FDPLOG}
- eval ${CMD}
+ eval "${CMD}"
results=$?
elif [ $# -gt 0 ]; then
[ ! -f ${FDPLOG} ] || echo "${CMD}" >>${FDPLOG}