tools/check_elf_alignment.sh: Use double quotes

When files have spaces in them, we need to use double quotes. Otherwise
some of the bash commands like `basename` and `mktemp` don't use the
full filename which results in incorrect behavior.

Bug: 337895632
Change-Id: Ia50946051bd8ef6cff460810d3559f98d55731c6
Signed-off-by: Will McVicker <willmcvicker@google.com>
1 file changed