From: Daniel Kahn Gillmor Date: Sat, 21 Feb 2009 21:14:38 +0000 (-0500) Subject: un-fix non-typo in ssh_proxycommand. (my mistake!) X-Git-Tag: monkeysphere_0.23~7^2~2 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=710cc816f9fe491ea36055bade9843e9eeb0cc7e;hp=-c;p=monkeysphere.git un-fix non-typo in ssh_proxycommand. (my mistake!) --- 710cc816f9fe491ea36055bade9843e9eeb0cc7e diff --git a/src/share/m/ssh_proxycommand b/src/share/m/ssh_proxycommand index ca87c08..abe068d 100644 --- a/src/share/m/ssh_proxycommand +++ b/src/share/m/ssh_proxycommand @@ -117,7 +117,7 @@ EOF # if no key match was made (and the "while read" subshell returned # 1) output how many keys were found - if (( "$returnCode" != 1 )) ; then + if (( returnCode != 1 )) ; then cat <