genkernel icon indicating copy to clipboard operation
genkernel copied to clipboard

build: fix for POSIX shells

Open orbea opened this issue 9 months ago • 1 comments

When building genkernel where /bin/sh is a POSIX shell such as lksh (mksh) it will install a malformed software.sh. This is because 'echo -e' is not portable shell. This can be fixed by using 'printf' instead.

orbea avatar May 12 '24 17:05 orbea