From c1884d70fcf219e4a2344e0a4d0d684fa963ddc0 Mon Sep 17 00:00:00 2001 From: Sriraksha Nagaraj Date: Fri, 20 Oct 2023 15:58:23 +0000 Subject: [PATCH] SWDEV-428099: Fixing hang with basenames option Change-Id: I61c9ac03394bfde84c91d922e073690ef8655337 --- bin/rocprofv2 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/rocprofv2 b/bin/rocprofv2 index 38a2e5bb94..ccc5e62ef0 100755 --- a/bin/rocprofv2 +++ b/bin/rocprofv2 @@ -178,6 +178,7 @@ while [ 1 ]; do shift elif [ "$1" = "--basenames" ]; then export ROCPROFILER_TRUNCATE_KERNEL_PATH=1 + shift elif [ "$1" = "--version" ]; then shift shift