From ced7847fff837ca5e8ec0d69272fe89355603109 Mon Sep 17 00:00:00 2001 From: Tobias Brick <39196763+tobiasb-ms@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:08:46 -0700 Subject: [PATCH] Fix error message to print correct variable. Co-authored-by: Pawel Winogrodzki --- SPECS/SymCrypt/find-debuginfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/SymCrypt/find-debuginfo b/SPECS/SymCrypt/find-debuginfo index b03534f7e97..2e68e125e51 100755 --- a/SPECS/SymCrypt/find-debuginfo +++ b/SPECS/SymCrypt/find-debuginfo @@ -345,7 +345,7 @@ strip_to_debug() # will need to be modified to either find the equivalent in strip, or intentionally # decide to not support these flags. if [ -n "$r" ] || [ -n "$g" ]; then - echo >&2 "*** ERROR: strip_to_debug: r ('${r}') or g ('${r}') is set, but this script does not support it" + echo >&2 "*** ERROR: strip_to_debug: r ('${r}') or g ('${g}') is set, but this script does not support it" exit 2 fi