On 18.06.24 11:06, Petr Vorel wrote:
'==' is bashism, '=' needs to be used for comparison. With this fix script can work on systems where the default shell is dash, busybox ash or any other strictly POSIX compatible shell.
While at it, also improve:
- remove "x" in the comparison (not needed for decades)
- use $# for checking number of arguments
- cleanup whitespace
Fixes: 4ab5a5d2a4a22 ("tools: add a kernel-chktaint to tools/debugging") Signed-off-by: Petr Vorel pvorel@suse.cz
Acked-by: Thorsten Leemhuis linux@leemhuis.info
Ciao, Thorsten