Re: [PATCH] scripts/get_default_envs.sh: Remove blank lines

2022-04-08 Thread Tom Rini
On Wed, Feb 23, 2022 at 10:33:36AM +0100, Christoph Niedermaier wrote: > After sorting, unnoticed blank lines at the end move to the top. > Avoid this by removing it before sorting. > > Signed-off-by: Christoph Niedermaier > Cc: Lukasz Majewski > Cc: Rasmus Villemoes > Cc: Tom Rini > To: u-bo

[PATCH] scripts/get_default_envs.sh: Remove blank lines

2022-02-23 Thread Christoph Niedermaier
After sorting, unnoticed blank lines at the end move to the top. Avoid this by removing it before sorting. Signed-off-by: Christoph Niedermaier Cc: Lukasz Majewski Cc: Rasmus Villemoes Cc: Tom Rini To: u-boot@lists.denx.de --- scripts/get_default_envs.sh | 4 ++-- 1 file changed, 2 insertions