1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

unposted: fix typo in _urpmi parameter name

This commit is contained in:
Doug Kearns 2010-06-07 18:21:34 +00:00
parent 535cc4c875
commit 4c0f2dfe8f
2 changed files with 7 additions and 2 deletions

View File

@ -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 $
*****************************************************

View File

@ -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