commit | 97bcb31779fd93fc13023e3d1d46db5cbc7993b7 | [log] [tgz] |
---|---|---|
author | Shoham Peller <shohamp@gmail.com> | Wed Sep 11 20:53:10 2024 +0300 |
committer | Shoham Peller <shohamp@gmail.com> | Wed Sep 11 20:53:10 2024 +0300 |
tree | 895417a3e7457458b6004fe184a87614a89b65a7 | |
parent | d8fb7359c46bf0f123bd6299aefa7bfde4414c64 [diff] |
check_elf_alignment.sh: Escape star chars 2**10 matches 10, 222210, etc. Escape the star characters to make sure we actually match star, as intended Test: [[ "10" =~ 2**10 ]] [[ "10" =~ 2\*\*10 ]] [[ "2**10" =~ 2\*\*10 ]] Change-Id: I88f30a5ad05bb5d0b352990574a9a1f4e5f8ae40 Signed-off-by: Shoham Peller <shohamp@gmail.com>