From: Daniel Kahn Gillmor Date: Tue, 19 Jan 2010 04:43:43 +0000 (-0500) Subject: removing superfluous eval X-Git-Tag: monkeysphere_0.28~14 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=c464b0782eb75ed293ffbe56ad8ed41122cf4c7b removing superfluous eval --- 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 }