1
0

Updated to latest xe-solution

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James P. Ketrenos 2019-12-03 10:37:19 -08:00
parent 5cafd9a285
commit dcba5f277d
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,8 @@ esac
[[ ! -e "Dockerfile.solution${SOLUTION_SUFFIX}" ]] && {
cat << EOF
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile.solution${SOLUTION_SUFFIX} does not exist.
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile.solution${SOLUTION_SUFFIX} does
not exist.
Using Dockerfile.solution instead.
EOF

View File

@ -42,7 +42,8 @@ esac
[[ ! -e "Dockerfile${SOLUTION_SUFFIX}" ]] && {
cat << EOF
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile${SOLUTION_SUFFIX} does$
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile${SOLUTION_SUFFIX} does
not exist.
Using Dockerfile instead.
EOF