Skip to content
Snippets Groups Projects
Commit bbd16915 authored by Nikolaos Kakouros's avatar Nikolaos Kakouros
Browse files

wip

parent 99086e69
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,7 @@ function core_bootstrap() {
core_bootstrap_configure
fi
core_parse_project_config
core_bootstrap_git_collab
core_bootstrap_git_hooks
core_bootstrap_git_branches
......
......@@ -39,7 +39,7 @@ trap system_load_outro EXIT
## doing TAB auto-completion in Bash. Then, the
## '$_HEADSTART_VENDOR_DIR/go-bash-script/libexec/complete' functions are called in an
## execution sequence that includes 4, 5 commands that return 1 when there is no
## candidate for completion (eg 'headstart world f<TAB>') . This causes Bash
## candidate for completion (eg 'headstart build f<TAB>') . This causes Bash
## Infinity to trigger exception handling and print execution stacks in the
## command line. Instead, nothing should be printed to the user. One solution
## would be to patch go-script-bash's auto-completion to not return 1 if there is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment