From 710cc816f9fe491ea36055bade9843e9eeb0cc7e Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Sat, 21 Feb 2009 16:14:38 -0500
Subject: un-fix non-typo in ssh_proxycommand. (my mistake!)

---
 src/share/m/ssh_proxycommand | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/share/m/ssh_proxycommand')

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 <<EOF | log info
 None of the found keys matched the key offered by the host.
 Run the following command for more info about the found keys:
-- 
cgit v1.2.3