From 38a05c61b09514d9b954d23111e0a4c5f932fc70 Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Tue, 3 Dec 2019 14:12:06 -0800 Subject: [PATCH] Updated to latest xe-solutions Signed-off-by: James P. Ketrenos --- scripts/build-dockerfile.sh | 6 ------ scripts/build-image.sh | 6 ------ scripts/push-image.sh | 6 ------ 3 files changed, 18 deletions(-) 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