diff options
| author | Weizhao Ouyang <o451686892@gmail.com> | 2026-03-09 15:15:05 +0300 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-03-09 23:43:10 +0300 |
| commit | 3b4a3a00de8770f3a60c1fa483921ce37415132d (patch) | |
| tree | fff7ce216e38669bc432d0b4a6599fe75bcc9aca /scripts/dummy-tools/python3 | |
| parent | a76e30c2479ce6ffa2aa6c8a8462897afc82bc90 (diff) | |
| download | linux-3b4a3a00de8770f3a60c1fa483921ce37415132d.tar.xz | |
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 'scripts/dummy-tools/python3')
0 files changed, 0 insertions, 0 deletions
