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;h=710cc816f9fe491ea36055bade9843e9eeb0cc7e;hp=0c052b77d171c1723cb371f7c414ff28bad1a7d3;p=monkeysphere.git un-fix non-typo in ssh_proxycommand. (my mistake!) --- 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 <