1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

40965: fix for missing local declarations of expl

This commit is contained in:
Oliver Kiddle 2017-04-26 16:32:10 +02:00
parent 408b92b168
commit 78afb218b0
32 changed files with 109 additions and 58 deletions

View file

@ -1,6 +1,6 @@
#compdef pkg-config
local arguments packages curcontext="$curcontext" state line ret=1
local arguments packages curcontext="$curcontext" state line expl ret=1
declare -A opt_args
# Up-to-date as of pkg-config 0.29-4 (debian package) man page synopsis