#78 [PATCH] fedpkg: bash-completion < 1.2 compatibility
Closed: Fixed None Opened 13 years ago by tmz.

The _get_comp_words_by_ref function is provided by bash-completion >= 1.2, which
EL-5 lacks. Attempting to use fedpkg completion on EL-5 results in
errors: $ fedpkg <TAB>-bash: _get_comp_words_by_ref: command not found

Fall back to using ${COMP_WORDS[COMP_CWORD]}.


Login to comment on this ticket.

Metadata