mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-01 20:11:06 +01:00
unposted: fix typo in _urpmi parameter name
This commit is contained in:
parent
535cc4c875
commit
4c0f2dfe8f
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-06-08 Doug Kearns <dougkearns@gmail.com>
|
||||
|
||||
* unposted: Completion/Mandriva/Command/_urpmi: fix typo in parameter
|
||||
name.
|
||||
|
||||
2010-06-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Alexey: 27999: Test/V01zmodload.ztst: fix error message.
|
||||
|
|
@ -13252,5 +13257,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4994 $
|
||||
* $Revision: 1.4995 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#compdef urpme urpmi urpmi.addmedia urpmi.removemedia urpmi.update urpmq urpmf parsehdlist
|
||||
|
||||
_urpmi_media() {
|
||||
local ret=1 signle=0
|
||||
local ret=1 single=0
|
||||
local -a all_sources opts
|
||||
|
||||
if [[ $1 = -s ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue