mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-07 11:41:16 +02:00
42918: adapt detection of GNU variant of ldd to work on Ubuntu
This commit is contained in:
parent
880098352c
commit
9767ee8849
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-06-09 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* 42918: dana: Completion/Unix/Command/_ldd: adapt detection of
|
||||
GNU variant to work on Ubuntu
|
||||
|
||||
2018-06-07 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* 42947: Doron Behar: Completion/Unix/Command/_luarocks:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#compdef ldd
|
||||
|
||||
if _pick_variant gnu='(GNU|EGLIBC|Gentoo)' unix --version; then
|
||||
if _pick_variant gnu='(Free Soft|GNU|EGLIBC|Gentoo)' unix --version; then
|
||||
args=(
|
||||
'(- *)--version[display version information]'
|
||||
'(- *)--help[display help information]'
|
||||
|
|
Loading…
Reference in a new issue