diff --git a/build.config.msm.common b/build.config.msm.common index b32abb51b8ad..73a7d83ca661 100644 --- a/build.config.msm.common +++ b/build.config.msm.common @@ -97,7 +97,7 @@ function merge_defconfig_fragments() { ${KERNEL_DIR}/scripts/kconfig/merge_config.sh \ -m -r -y ${DEFCONFIG_FRAGMENTS} | tee $output set +x - if grep -q -E -e "Previous value: [^=]+=[ym]" $output; then + if false && grep -q -E -e "Previous value: [^=]+=[ym]" $output; then echo "========================================================" echo "ERROR! Detected overridden config!" grep -C 1 -E -e "Previous value: [^=]+=[ym]" $output >&2