Updated to latest xe-solutions
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
33544f8485
commit
38a05c61b0
@ -1,11 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Bring in the variables from SOLUTION file, supporting
|
||||||
# nested substitution
|
# nested substitution
|
||||||
. SOLUTION
|
. SOLUTION
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Bring in the variables from SOLUTION file, supporting
|
||||||
# nested substitution
|
# nested substitution
|
||||||
. SOLUTION
|
. SOLUTION
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Bring in the variables from SOLUTION file, supporting
|
||||||
# nested substitution
|
# nested substitution
|
||||||
. SOLUTION
|
. SOLUTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user