diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-12-10 19:35:49 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-12-10 19:35:49 +0000 |
| commit | ac78bd010ccc8793dd2198d58cdf3f8e560fb00c (patch) | |
| tree | 4e7e65727e33d351551f9b02a8bcd2d8c975c0ea /Completion/Unix/Command | |
| parent | Fix ChangeLog --- last entry was added in the middle instead of the top (diff) | |
| download | zsh-ac78bd010ccc8793dd2198d58cdf3f8e560fb00c.tar zsh-ac78bd010ccc8793dd2198d58cdf3f8e560fb00c.tar.gz zsh-ac78bd010ccc8793dd2198d58cdf3f8e560fb00c.tar.bz2 zsh-ac78bd010ccc8793dd2198d58cdf3f8e560fb00c.tar.lz zsh-ac78bd010ccc8793dd2198d58cdf3f8e560fb00c.tar.xz zsh-ac78bd010ccc8793dd2198d58cdf3f8e560fb00c.tar.zst zsh-ac78bd010ccc8793dd2198d58cdf3f8e560fb00c.zip | |
29962: Actually return ret in _ssh.
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | 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 a6f2b40a2..dc4b65d31 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -377,6 +377,8 @@ _ssh () { ;; esac done + + return ret } _ssh_users () { |
