From 5b4b968581c6cc350ea7620445e48c05be892ec0 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 10 Oct 2014 16:01:53 +1100 Subject: [PATCH] mxe-activate: add build-matrix.html to tab completion --- tools/mxe-activate | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/mxe-activate b/tools/mxe-activate index 14eae681..3d436a56 100644 --- a/tools/mxe-activate +++ b/tools/mxe-activate @@ -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 ;;