The condition controlling if start_chroot should run was
always evaluating to true, so the start_chroot function was
called even when --chroot option was not used.
Adding quotes, and curly braces, on the $CHROOT variable should
fix the issue.
Closes-Bug: #1988808
Change-Id: I318809454924a342750c6044f56ec05893a8da25