On 2/9/23 09:19, Guenter Roeck wrote:
On Thu, Feb 9, 2023 at 12:55 AM Guillaume Tucker guillaume.tucker@collabora.com wrote:
Rather than trying to guess which implementation of "echo" to run with support for "-ne" options, use "printf" instead of "echo -ne". It handles escape characters as a standard feature and it is widespread among modern shells.
Reported-by: "kernelci.org bot" bot@kernelci.org Suggested-by: David Laight David.Laight@ACULAB.COM Fixes: 3297a4df805d ("kselftests: Enable the echo command to print newlines in Makefile") Fixes: 79c16b1120fe ("selftests: find echo binary to use -ne options") Signed-off-by: Guillaume Tucker guillaume.tucker@collabora.com
Reviewed-by: Guenter Roeck groeck@chromium.org
Thank you. Applied to linux-kselftest next for Linux 6.3-rc1.
thanks, -- Shuah