qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] configure: fix misc shellcheck warnings
@ 2022-08-25 15:06 Peter Maydell
  2022-08-25 15:06 ` [PATCH 1/7] configure: Remove unused python_version variable Peter Maydell
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Peter Maydell @ 2022-08-25 15:06 UTC (permalink / raw)
  To: qemu-devel

Currently if you run shellcheck on our configure script it
generates a ton of warnings. This patchset fixes some of the
easier ones. I wasn't aiming for completeness or consistency;
I just wanted to zap some of the ones where the fix is clear
and didn't take long to write and is hopefully easy to review.
We can always come back and take another swing at it later.

thanks
-- PMM

Peter Maydell (7):
  configure: Remove unused python_version variable
  configure: Remove unused meson_args variable
  configure: Add missing quoting for some easy cases
  configure: Add './' on front of glob of */config-devices.mak.d
  configure: Remove use of backtick `...` syntax
  configure: Check mkdir result directly, not via $?
  configure: Avoid use of 'local' as it is non-POSIX

 configure | 82 ++++++++++++++++++++++++++-----------------------------
 1 file changed, 38 insertions(+), 44 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-09-22 14:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25 15:06 [PATCH 0/7] configure: fix misc shellcheck warnings Peter Maydell
2022-08-25 15:06 ` [PATCH 1/7] configure: Remove unused python_version variable Peter Maydell
2022-08-25 15:06 ` [PATCH 2/7] configure: Remove unused meson_args variable Peter Maydell
2022-08-25 15:06 ` [PATCH 3/7] configure: Add missing quoting for some easy cases Peter Maydell
2022-08-25 15:07 ` [PATCH 4/7] configure: Add './' on front of glob of */config-devices.mak.d Peter Maydell
2022-08-30 12:12   ` Philippe Mathieu-Daudé via
2022-08-25 15:07 ` [PATCH 5/7] configure: Remove use of backtick `...` syntax Peter Maydell
2022-08-30 12:13   ` Philippe Mathieu-Daudé via
2022-09-22 14:14     ` Peter Maydell
2022-08-25 15:07 ` [PATCH 6/7] configure: Check mkdir result directly, not via $? Peter Maydell
2022-08-30 12:15   ` Philippe Mathieu-Daudé via
2022-08-25 15:07 ` [PATCH 7/7] configure: Avoid use of 'local' as it is non-POSIX Peter Maydell
2022-08-26  8:53 ` [PATCH 0/7] configure: fix misc shellcheck warnings Marc-André Lureau
2022-08-30 12:16 ` Philippe Mathieu-Daudé via
2022-09-22 14:15 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).