Commit 4d54226e authored by mattip's avatar mattip
Browse files

use a null command for the empty clause

parent 98c0713a
...@@ -206,7 +206,8 @@ function untar { ...@@ -206,7 +206,8 @@ function untar {
function install_rsync { function install_rsync {
if [ -n "$IS_MACOS" ]; then if [ -n "$IS_MACOS" ]; then
# macOS # macOS. The colon in the next line is the null command
:
elif [[ $MB_ML_VER == "_2_24" ]]; then elif [[ $MB_ML_VER == "_2_24" ]]; then
[[ $(type -P rsync) ]] || apt-get install -y rsync [[ $(type -P rsync) ]] || apt-get install -y rsync
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment