]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu-gen-tapdevs: fix missing variable quote
authorTrevor Gamblin <tgamblin@baylibre.com>
Mon, 19 Jun 2023 13:22:25 +0000 (09:22 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Jun 2023 13:25:34 +0000 (14:25 +0100)
commit94b9b1333a5f779316b9698bb3e4fa7246bae78e
treecfe7fd4aa768066e309474ac41467ca74d3402a9
parentd18e89bd2b46c6e266cc39dbe9fdb6c032f5f1fe
runqemu-gen-tapdevs: fix missing variable quote

Commit d43c41fcaf061eaf8bff7bc03de19cdc80226796 refactors the script but
there's a missing '"' in one line, leading to the following message:

poky/scripts/runqemu-gen-tapdevs: command substitution: line 62: unexpected EOF while looking for matching `"'

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-gen-tapdevs