]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: Add missing quotes around sort --field-separator
authorMarek Vasut <marex@denx.de>
Tue, 11 Jul 2023 12:15:53 +0000 (14:15 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 17 Jul 2023 19:38:11 +0000 (15:38 -0400)
commitf59f5a869d4cd1941325dd0f5991c33950ce488e
tree2a42909144fc5cdc2e154cb5987c5ec3fd40226c
parent2c120676bad1ecb6aff51b4309cb61be1dbc0695
Makefile: Add missing quotes around sort --field-separator

Busybox sort does not handle --field-separator== , replace this
with --field-separator='=' for maximum compatibility.

Fixes: cc5a490cf465 ("Makefile: Sort u-boot-initial-env output")
Reported-by: Milan P. Stanić <mps@arvanta.net>
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile