eclair/utils.sh: Actually use $ECLAIR_ANALYSIS
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I932a2fa6245bb3bd614d706c93de852f45b25e9e
diff --git a/eclair/utils.sh b/eclair/utils.sh
index c6f18cc..61cea74 100644
--- a/eclair/utils.sh
+++ b/eclair/utils.sh
@@ -24,7 +24,7 @@
fi
# Directory where to put all ECLAIR output and temporary files.
- ECLAIR_OUTPUT_DIR="${WORKSPACE}/ECLAIR/out"
+ ECLAIR_OUTPUT_DIR="${WORKSPACE}/${ECLAIR_ANALYSIS}/out"
# ECLAIR binary data directory and workspace.
export ECLAIR_DATA_DIR="${ECLAIR_OUTPUT_DIR}/.data"