Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
4d54226e
Commit
4d54226e
authored
Apr 03, 2021
by
mattip
Browse files
use a null command for the empty clause
parent
98c0713a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
common_utils.sh
common_utils.sh
+2
-1
No files found.
common_utils.sh
View file @
4d54226e
...
...
@@ -206,7 +206,8 @@ function untar {
function install_rsync {
if [ -n "
$IS_MACOS
" ]; then
# macOS
# macOS. The colon in the next line is the null command
:
elif [[
$MB_ML_VER
== "
_2_24
" ]]; then
[[
$(
type
-P
rsync
)
]] || apt-get install -y rsync
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment