Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bash Headstart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cybersecurity
Bash Headstart
Commits
64536e65
Commit
64536e65
authored
4 years ago
by
Nikolaos Kakouros
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
6f185fb6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
headstart-core.bash
+6
-1
6 additions, 1 deletion
headstart-core.bash
with
6 additions
and
1 deletion
headstart-core.bash
+
6
−
1
View file @
64536e65
...
@@ -63,7 +63,12 @@ declare -x GO_TAB_COMPLETIONS_PATTERN=''
...
@@ -63,7 +63,12 @@ declare -x GO_TAB_COMPLETIONS_PATTERN=''
.
"
$_GO_USE_MODULES
"
'core'
.
"
$_GO_USE_MODULES
"
'core'
core_get_installed_version
core_get_installed_version
core_parse_project_config
if
!
[[
"
${
1
-
}
"
==
'core'
&&
"
${
2
-
}
"
==
'bootstrap'
]]
;
then
core_parse_project_config
# When bootstrapping, the project config does not need to be read, since it is
# create by bootstrap itself.
fi
function
headstart
()
{
function
headstart
()
{
local
debug
=
false
local
debug
=
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment