Re: [gentoo-dev] [PATCH 2/3] linux-info.eclass: use consistent style

2022-12-25 Thread Sam James
> On 25 Dec 2022, at 19:17, Sam James wrote: > > - Use Bash tests (i.e. [[ ]] instead of [ ]) > - Use consistent newlines for if/while > - Drop unnecessary ; line terminators There's a missing ] on one line which I've fixed locally. signature.asc Description: Message signed with OpenPGP

[gentoo-dev] [PATCH 2/3] linux-info.eclass: use consistent style

2022-12-25 Thread Sam James
- Use Bash tests (i.e. [[ ]] instead of [ ]) - Use consistent newlines for if/while - Drop unnecessary ; line terminators Signed-off-by: Sam James --- eclass/linux-info.eclass | 142 ++- 1 file changed, 66 insertions(+), 76 deletions(-) diff --git