[PATCH] PATCH: kconfig spurious shell metacharacters (1_2)
The config language is *not* shell. The construct "[ foo ] || [ bar ]" is legal in shell but not in the config language, where we should use the equivalent "[ foo -o bar ]"
Showing
Please register or sign in to comment