Re: [PATCH 0/7] configure: fix misc shellcheck warnings

2022-09-22 Thread Peter Maydell
On Thu, 25 Aug 2022 at 16:07, Peter Maydell wrote: > > 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

Re: [PATCH 0/7] configure: fix misc shellcheck warnings

2022-08-30 Thread Philippe Mathieu-Daudé via
On 25/8/22 17:06, Peter Maydell wrote: 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

Re: [PATCH 0/7] configure: fix misc shellcheck warnings

2022-08-26 Thread Marc-André Lureau
Hi On Thu, Aug 25, 2022 at 7:09 PM Peter Maydell wrote: > 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 fi

[PATCH 0/7] configure: fix misc shellcheck warnings

2022-08-25 Thread Peter Maydell
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 r