Skip to content

Commit

Permalink
Fix error message to print correct variable.
Browse files Browse the repository at this point in the history
Co-authored-by: Pawel Winogrodzki <[email protected]>
  • Loading branch information
tobiasb-ms and PawelWMS authored Oct 15, 2024
1 parent 7c46c54 commit ced7847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPECS/SymCrypt/find-debuginfo
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ced7847

Please sign in to comment.