Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH 2/3: _ssh: actually return ret



---
 Completion/Unix/Command/_ssh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index b54f0b3..1b87997 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -411,6 +411,8 @@ _ssh () {
       ;;
     esac
   done
+
+  return ret
 }
 
 _ssh_users () {
-- 
1.7.5.4



Messages sorted by: Reverse Date, Date, Thread, Author