projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d1803
)
removing superfluous eval
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 19 Jan 2010 04:43:43 +0000
(23:43 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 19 Jan 2010 04:43:43 +0000
(23:43 -0500)
src/monkeysphere-host
patch
|
blob
|
history
diff --git
a/src/monkeysphere-host
b/src/monkeysphere-host
index 5007cac3b6f503d1dc9324740cdc8a4ffc5df04e..a90ab15fdf163b71daa749b7a335c85e186f85a6 100755
(executable)
--- 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
}