Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Winapps
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
IMGW
Winapps
Commits
ad443a5a
"definition-files/ubuntu/Singularity.18.04.base.bootstrap" did not exist on "4509e51616867a5044e555927ea86a2d3d2993c9"
Commit
ad443a5a
authored
4 months ago
by
starbr3aker
Browse files
Options
Downloads
Patches
Plain Diff
waEnsureOnPathFix
parent
6c3d5824
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+1
-1
1 addition, 1 deletion
setup.sh
with
1 addition
and
1 deletion
setup.sh
+
1
−
1
View file @
ad443a5a
...
...
@@ -1653,7 +1653,7 @@ function waInstall() {
# Name: 'waEnsureOnPath'
# Role: Ensures that $BIN_PATH is on $PATH.
function
waEnsureOnPath
()
{
if
[[
":
$PATH
:"
=
=
*
":
$BIN_PATH
:"
*
]]
;
then
if
[[
!
":
$PATH
:"
=
~
*
":
?
$BIN_PATH
:
?
"
*
]]
;
then
echo
-e
"
${
WARNING_TEXT
}
[WARNING]
${
CLEAR_TEXT
}
It seems like '
${
BIN_PATH
}
' is not on PATH."
echo
-e
"
${
WARNING_TEXT
}
[WARNING]
${
CLEAR_TEXT
}
You can add it by running:"
# shellcheck disable=SC2086
...
...
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