Skip to content
Commit a3b51197 authored by Martin Hundeb?ll's avatar Martin Hundeb?ll Committed by Steve Sakoman
Browse files

classes: image_types: quote variable assignment needed by dash



The change in commit 39fc5030
("classes: image_types: apply EXTRA_IMAGECMD:squashfs* in oe_mksquashfs()")
assigns $@ to a local variable without quoting it. While this works with
bash, it fails with dash. Here, only the first token of $@ is assigned
to the variable, and the reamining tokens are passed as arguments to the
"local" keyword.

Fix it by adding the missing quotes.

Signed-off-by: default avatarMartin Hundebøll <martin@geanix.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 14ca134f)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent bdad9d3d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment