mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-28 18:40:55 +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
|
||||
|
||||
case $OSTYPE in
|
||||
freebsd[5-9].*|freebsd4.[4-9]*)
|
||||
*freebsd[5-9].*|freebsd4.[4-9]*)
|
||||
local -a sysctlvars
|
||||
sysctlvars=( $(sysctl -aN) )
|
||||
_arguments -s -A "-*" \
|
||||
|
|
Loading…
Reference in a new issue