mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 09:41:44 +02:00
29962: Actually return ret in _ssh.
This commit is contained in:
parent
3346803ffd
commit
ac78bd010c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-12-10 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 29962: Completion/Unix/Command/_ssh: Actually return ret.
|
||||
|
||||
2011-12-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* GI: 29977: Completion/Linux/Command/_modutils: caching and
|
||||
|
@ -15711,5 +15715,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5532 $
|
||||
* $Revision: 1.5533 $
|
||||
*****************************************************
|
||||
|
|
|
@ -377,6 +377,8 @@ _ssh () {
|
|||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
return ret
|
||||
}
|
||||
|
||||
_ssh_users () {
|
||||
|
|
Loading…
Reference in a new issue