Skip to content

Remove subshells and fix invalid test syntax

Building with CONFIG_SHELL=/bin/dash fails due to non-POSIX expressions. This patch should cover all occurrences in autoconf/automake and scripts using /bin/sh in their shebang.

Merge request reports