summaryrefslogtreecommitdiffstats
path: root/src/build/tools/hbDistribute
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/hbDistribute')
-rwxr-xr-xsrc/build/tools/hbDistribute3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/tools/hbDistribute b/src/build/tools/hbDistribute
index e999b4967..85b39b24f 100755
--- a/src/build/tools/hbDistribute
+++ b/src/build/tools/hbDistribute
@@ -115,7 +115,8 @@ fi
echo "sbfw dir = ${SBFW_DIR}"
# Verify SBFW directory or default to sandbox.
-if [ "${SBFW_DIR}" == "invalid directory" ]; then
+if [ "${SBFW_DIR}" == "invalid directory" -a \
+ "${TARGET}" != "openpower_TARGET" ]; then
if [ -z "${SANDBOXROOT}" -o -z "${SANDBOXNAME}" ]; then
echo "ERROR:SBFW - No path specified and \$SANDBOXBASE undefined."
print_usage
OpenPOWER on IntegriCloud