From 59a4ae9abb724839b679aaeb142aed5f039d955e Mon Sep 17 00:00:00 2001 From: Evgeny Date: Mon, 1 Jun 2020 11:19:39 -0500 Subject: [PATCH] list-derived/basic fixed Change-Id: I2038eac424b1485c304ffecf35ba2a0965de5f3b --- bin/rpl_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index 6f9af7ce65..fdc39714f7 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -351,11 +351,11 @@ while [ 1 ] ; do export ROCP_METRICS="$2" elif [ "$1" = "--list-basic" ] ; then export ROCP_INFO=b - eval "$PKG_DIR/tool/ctrl" + HSA_TOOLS_LIB="$MY_HSA_TOOLS_LIB" eval "$PKG_DIR/tool/ctrl" exit 1 elif [ "$1" = "--list-derived" ] ; then export ROCP_INFO=d - eval "$PKG_DIR/tool/ctrl" + HSA_TOOLS_LIB="$MY_HSA_TOOLS_LIB" eval "$PKG_DIR/tool/ctrl" exit 1 elif [ "$1" = "--basenames" ] ; then if [ "$2" = "on" ] ; then