From: Daniel Kahn Gillmor Date: Sat, 21 Feb 2009 21:11:07 +0000 (-0500) Subject: fixing typo in ssh_proxycommand. X-Git-Tag: monkeysphere_0.23~14 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=0c052b77d171c1723cb371f7c414ff28bad1a7d3;hp=c32c51f0326fa1d27ad8aba929edcf79ffa3adda;p=monkeysphere.git fixing typo in ssh_proxycommand. --- diff --git a/src/share/m/ssh_proxycommand b/src/share/m/ssh_proxycommand index abe068d..ca87c08 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 <