fix bash completion binary names

This commit is contained in:
Dietmar Maurer
2019-01-04 11:12:46 +01:00
parent 07b4694a33
commit 133b3a4a81
3 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,8 @@
# proxmox-backup-client bash completion
# see http://tiswww.case.edu/php/chet/bash/FAQ
# and __ltrim_colon_completions() in /usr/share/bash-completion/bash_completion
# this modifies global var, but I found no better way
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
complete -C 'proxmox-backup-client bashcomplete' proxmox-backup-client