summaryrefslogtreecommitdiffstats
path: root/tools/mxe-activate
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-10-10 05:01:53 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-10-10 05:01:53 (GMT)
commit5b4b968581c6cc350ea7620445e48c05be892ec0 (patch)
tree24631f872983fa1f82d0b2c796486896f20237d7 /tools/mxe-activate
parent6506b8c0334ae081c7b44c7c0ea894246987d081 (diff)
downloadmxe-5b4b968581c6cc350ea7620445e48c05be892ec0.zip
mxe-5b4b968581c6cc350ea7620445e48c05be892ec0.tar.gz
mxe-5b4b968581c6cc350ea7620445e48c05be892ec0.tar.bz2
mxe-activate: add build-matrix.html to tab completion
Diffstat (limited to 'tools/mxe-activate')
-rw-r--r--tools/mxe-activate4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/mxe-activate b/tools/mxe-activate
index 14eae68..3d436a5 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
;;