Merge pull request #6067 from hexagonrecursion/fwd-port-6008

Remove BORG_LIBC completion
This commit is contained in:
TW 2021-11-29 11:08:58 +01:00 committed by GitHub
commit e8ff51b0f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -794,10 +794,6 @@ _borg_parameters() {
_description values expl 'value'
compadd "$expl[@]" YES NO && ret=0
;;
(LIBC)
_wanted libraries expl 'library' \
compadd - ${^=LD_LIBRARY_PATH:-/usr/lib /usr/local/lib}/lib*.(a|so*)(:t:fr:s/lib//) && ret=0
;;
(SELFTEST)
_description values expl 'value'
compadd "$expl[@]" disabled && ret=0