diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-21 16:17:20 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-21 16:17:20 -0500 |
commit | 9847f362471d81b3f13af72f5a28740c94698c20 (patch) | |
tree | 5b2d7260cac140b0c6f05bad5fcbb7823bbbdeca /src/share | |
parent | 6e371ad70b96003d50c769a2d2f6fd82c15d4bb5 (diff) | |
parent | 710cc816f9fe491ea36055bade9843e9eeb0cc7e (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/share')
-rw-r--r-- | src/share/m/ssh_proxycommand | 2 |
1 files changed, 1 insertions, 1 deletions
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: |