From b4966c4f2a234400d4a35e06cf9b5ca37faa4768 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 30 Oct 2021 21:04:32 -0400 Subject: [PATCH] build_tools: Spelling fixes Correct typos of the following word families: binutils ASTERISK-29714 Change-Id: I2f676ab48cd50edc400c43307cb53679e4c09b97 --- build_tools/download_externals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/download_externals b/build_tools/download_externals index 54a604e5ef..0f82eff651 100755 --- a/build_tools/download_externals +++ b/build_tools/download_externals @@ -160,7 +160,7 @@ if [[ -f ${DESTDIR}${ASTMODDIR}/${module_name}.manifest.xml ]] ; then break else if [[ "$executable" = "yes" ]] ; then - # There are easier ways of doing this (objcopy --dump-section) but not in older bunutils + # There are easier ways of doing this (objcopy --dump-section) but not in older binutils length_offset=$(objdump -h $f | sed -n -r -e "s/^\s+[0-9]+\s+.ast_manifest\s+([0-9a-fA-F]+)\s+[0-9a-fA-F]+\s+[0-9a-fA-F]+\s+([0-9a-fA-F]+)\s+.*$/0x\1 0x\2/p") tags=$($(eval 'printf "dd if=$f bs=1 count=%d skip=%d\n" $length_offset') 2>/dev/null) if [[ -n "${tags}" && "${tags}" != "${module_name},${variant},${rpv}" ]] ; then