mxe-activate: add build-matrix.html to tab completion

This commit is contained in:
Tony Theodore 2014-10-10 16:01:53 +11:00
parent 6506b8c033
commit 5b4b968581
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ _mxe()
return 0
;;
[!-]*)
pkgs+=" build-only- check-requirements clean clean-pkg download download- update-checksum- show-deps- show-downstream-deps- show-upstream-deps-"
pkgs+=" build-only- build-matrix.html check-requirements \
clean clean-pkg download download- update-checksum- \
show-deps- show-downstream-deps- show-upstream-deps-"
COMPREPLY=( $(compgen -W "${pkgs}" -- ${cur}) )
return 0
;;