mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
Merge of 22050: fixes for Debian GNU/kfreebsd.
This commit is contained in:
parent
35cf28d63f
commit
5cedeebb18
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#compdef sysctl
|
#compdef sysctl
|
||||||
|
|
||||||
case $OSTYPE in
|
case $OSTYPE in
|
||||||
freebsd[5-9].*|freebsd4.[4-9]*)
|
*freebsd[5-9].*|freebsd4.[4-9]*)
|
||||||
local -a sysctlvars
|
local -a sysctlvars
|
||||||
sysctlvars=( $(sysctl -aN) )
|
sysctlvars=( $(sysctl -aN) )
|
||||||
_arguments -s -A "-*" \
|
_arguments -s -A "-*" \
|
||||||
|
|
Loading…
Reference in a new issue