diff --git a/scripts/build-dockerfile.sh b/scripts/build-dockerfile.sh index 78ccfe0..64a05cb 100755 --- a/scripts/build-dockerfile.sh +++ b/scripts/build-dockerfile.sh @@ -1,11 +1,5 @@ #!/bin/bash -# Determine if it is Mac OS and switch to use gxargs instead -CMD=xargs -if [ $(which system_profiler) ]; then - CMD=gxargs -fi - # Bring in the variables from SOLUTION file, supporting # nested substitution . SOLUTION diff --git a/scripts/build-image.sh b/scripts/build-image.sh index f77e797..2affa83 100755 --- a/scripts/build-image.sh +++ b/scripts/build-image.sh @@ -1,11 +1,5 @@ #!/bin/bash -# Determine if it is Mac OS and switch to use gxargs instead -CMD=xargs -if [ $(which system_profiler) ]; then - CMD=gxargs -fi - # Bring in the variables from SOLUTION file, supporting # nested substitution . SOLUTION diff --git a/scripts/push-image.sh b/scripts/push-image.sh index 448b13e..c92dd0a 100755 --- a/scripts/push-image.sh +++ b/scripts/push-image.sh @@ -1,11 +1,5 @@ #!/bin/bash -# Determine if it is Mac OS and switch to use gxargs instead -CMD=xargs -if [ $(which system_profiler) ]; then - CMD=gxargs -fi - # Bring in the variables from SOLUTION file, supporting # nested substitution . SOLUTION