summaryrefslogtreecommitdiff
path: root/src/monkeysphere-host
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-xsrc/monkeysphere-host2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host
index 5007cac..a90ab15 100755
--- a/src/monkeysphere-host
+++ b/src/monkeysphere-host
@@ -264,7 +264,7 @@ multi_key() {
if (( i++ > 0 )) ; then
echo "##############################"
fi
- eval "$cmd" "$key"
+ "$cmd" "$key"
done
}