diff options
author | Jakub Czapiga <jacz@semihalf.com> | 2021-12-03 08:23:28 +0000 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2021-12-06 12:34:09 +0000 |
commit | b88d845c5657537f0e844ae461b42ab21bec1d42 (patch) | |
tree | 0bf6a0a69127d4b4521c59a104c22b457026969e /tests/lib | |
parent | 7676fea00099ea921d3df7627089f3c8626194ab (diff) |
tests: Fix objcopy --add-symbol arguments creation
Remove unnecessary escape bachslashes from:
addr="$(echo \"$$$$sym_line\" ...
The 'echo' will print output line with double quote characters, which
then will be included in the values passed to --add-symbol. This can
cause errors.
Change-Id: I6023515191d6c236bf57870159a35d518f25e9d8
Reported-by: Yu-Ping Wu <yupingso@chromium.org>
Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59858
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'tests/lib')
0 files changed, 0 insertions, 0 deletions