1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

39840: _cpio: Declare variable's type correctly.

This commit is contained in:
Daniel Shahaf 2016-11-05 20:39:46 +00:00
parent 7e406125cd
commit bb28726fa5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-11-07 Daniel Shahaf <d.s@daniel.shahaf.name>
* 39840: Completion/Unix/Command/_cpio: Declare variable's
type correctly.
2016-11-07 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 39728: Src/zsh_system.h, Src/Modules/datetime.c: define

View file

@ -1,6 +1,7 @@
#compdef cpio
local args ig curcontext="$curcontext" state line
local -a args
local ig curcontext="$curcontext" state line
local expl ret=1
local fmts='(bar bin odc newc crc tar ustar hpbin hpodc)'