From 0e22fc39617625d95c4204e1ef49bc0dcf31f9dc Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 17 Jun 2020 15:15:59 -0500 Subject: [PATCH] fixing rocminfo path requirements error - no usage printing Change-Id: Ib48d6c81e1771976e67562fc34e158e30a532d34 [ROCm/rocprofiler commit: a7179a1c5c6c094a8c926ac795d714c6f8952aa5] --- projects/rocprofiler/bin/rpl_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/bin/rpl_run.sh b/projects/rocprofiler/bin/rpl_run.sh index cf6b7757b5..2107d182b1 100755 --- a/projects/rocprofiler/bin/rpl_run.sh +++ b/projects/rocprofiler/bin/rpl_run.sh @@ -202,7 +202,7 @@ usage() { # checking for availability of rocminfo utility `which rocminfo >/dev/null 2>&1` -if [ $? != 0 ]; then fatal "'rocminfo' utility is not found: please add ROCM bin path to PATH env var."; fi +if [ $? != 0 ]; then error "'rocminfo' utility is not found: please add ROCM bin path to PATH env var."; fi # profiling run method OUTPUT_LIST=""