Commit 4156ec97 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

build/common.sh: silence kube::build::has_ip on Mac

parent 4673f6b5
...@@ -330,7 +330,7 @@ function kube::build::has_docker() { ...@@ -330,7 +330,7 @@ function kube::build::has_docker() {
} }
function kube::build::has_ip() { function kube::build::has_ip() {
ip -Version | grep 'iproute2' &> /dev/null which ip &> /dev/null && ip -Version | grep 'iproute2' &> /dev/null
} }
# Detect if a specific image exists # Detect if a specific image exists
......
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