]> Git Repo - qemu.git/commit
configure: Add missing quoting for some easy cases
authorPeter Maydell <[email protected]>
Thu, 25 Aug 2022 15:06:59 +0000 (16:06 +0100)
committerPeter Maydell <[email protected]>
Thu, 22 Sep 2022 15:38:29 +0000 (16:38 +0100)
commit64708615e7c4748a6487f3c078dfac71061be01f
treebe2709cac4058591d490a42a899980d2850c7e5e
parentcbbc44d8efc57f4a07fada20740dfa9ef55b4fbc
configure: Add missing quoting for some easy cases

This commit adds quotes in some places which:
 * are spotted by shellcheck
 * are obviously incorrect
 * are easy to fix just by adding the quotes

It doesn't attempt fix all of the places shellcheck finds errors,
or even all the ones which are easy to fix. It's just a random
sampling which is hopefully easy to review and which cuts
down the size of the problem for next time somebody wants to
try to look at shellcheck errors.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20220825150703.4074125[email protected]
configure
This page took 0.024774 seconds and 4 git commands to generate.