mbox series

[kvm-unit-tests,0/2] shellcheck: post-merge fixups

Message ID 20240503052510.968229-1-npiggin@gmail.com (mailing list archive)
Headers show
Series shellcheck: post-merge fixups | expand

Message

Nicholas Piggin May 3, 2024, 5:25 a.m. UTC
Thomas noticed a couple of issues after merge (did you report at
least one before merge and I didn't notice? -- apologies if yes).

Thanks,
Nick

Nicholas Piggin (2):
  shellcheck: Fix shellcheck target with out of tree build
  shellcheck: Suppress SC2209 quoting warning in config.mak

 Makefile  | 2 +-
 configure | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

Thomas Huth May 3, 2024, 6:35 a.m. UTC | #1
On 03/05/2024 07.25, Nicholas Piggin wrote:
> Thomas noticed a couple of issues after merge (did you report at
> least one before merge and I didn't notice? -- apologies if yes).

No worries, I just started testing at the same time as Drew pushed the 
patches to the master branch.

> Thanks,
> Nick
> 
> Nicholas Piggin (2):
>    shellcheck: Fix shellcheck target with out of tree build
>    shellcheck: Suppress SC2209 quoting warning in config.mak
> 
>   Makefile  | 2 +-
>   configure | 2 ++
>   2 files changed, 3 insertions(+), 1 deletion(-)

Thanks! Fixes applied.

  Thomas