summaryrefslogtreecommitdiffstats
path: root/scripts/patchtest-setup-sharedir
diff options
context:
space:
mode:
authorMartin Hundeb?ll <martin@geanix.com>2024-05-27 14:40:57 +0200
committerSteve Sakoman <steve@sakoman.com>2024-06-14 05:19:22 -0700
commit331a3b87a76c1639d2841360207898b04c04ff88 (patch)
tree114d5e1bd1dfc651a9fa3722fa0e5143737b1dff /scripts/patchtest-setup-sharedir
parentbafda5147ac90ba237548a36fa254b179bc557ea (diff)
downloadpoky-331a3b87a76c1639d2841360207898b04c04ff88.tar.gz
classes: image_types: quote variable assignment needed by dash
The change in commit 39fc503036 ("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. (From OE-Core rev: a3b51197f3ce868c83ed5ca415bd6506ecc2575d) Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 14ca134f9f72d518c9180156a8efac19f8bb3ab0) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/patchtest-setup-sharedir')
0 files changed, 0 insertions, 0 deletions