diff options
| author | Weizhao Ouyang <o451686892@gmail.com> | 2026-03-09 20:15:05 +0800 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-03-09 13:43:10 -0700 |
| commit | 3b4a3a00de8770f3a60c1fa483921ce37415132d (patch) | |
| tree | fff7ce216e38669bc432d0b4a6599fe75bcc9aca /include/uapi/linux/wimax/git@git.tavy.me:linux.git | |
| parent | a76e30c2479ce6ffa2aa6c8a8462897afc82bc90 (diff) | |
scripts: kconfig: merge_config.sh: fix unexpected operator warning
Fix a warning for:
$ ./scripts/kconfig/merge_config.sh .config extra.config
Using .config as base
Merging extra.config
./scripts/kconfig/merge_config.sh: 384: [: false: unexpected operator
The shellcheck report is also attached:
if [ "$STRICT" == "true" ] && [ "$STRICT_MODE_VIOLATED" == "true" ]; then
^-- SC3014 (warning): In POSIX sh, == in place of = is undefined.
^-- SC3014 (warning): In POSIX sh, == in place of = is undefined.
Fixes: dfc97e1c5da5 ("scripts: kconfig: merge_config.sh: use awk in checks too")
Signed-off-by: Weizhao Ouyang <o451686892@gmail.com>
Reviewed-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Link: https://patch.msgid.link/20260309121505.40454-1-o451686892@gmail.com
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'include/uapi/linux/wimax/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
