1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-12 01:11:27 +02:00

42918: adapt detection of GNU variant of ldd to work on Ubuntu

This commit is contained in:
dana 2018-06-02 17:15:48 -05:00 committed by Oliver Kiddle
parent 880098352c
commit 9767ee8849
2 changed files with 6 additions and 1 deletions

View file

@ -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> 2018-06-07 Oliver Kiddle <okiddle@yahoo.co.uk>
* 42947: Doron Behar: Completion/Unix/Command/_luarocks: * 42947: Doron Behar: Completion/Unix/Command/_luarocks:

View file

@ -1,6 +1,6 @@
#compdef ldd #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=( args=(
'(- *)--version[display version information]' '(- *)--version[display version information]'
'(- *)--help[display help information]' '(- *)--help[display help information]'