summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}