tools/refresh.sh: Should continue to refresh other configs when matching debug configs

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
wangjianyu3 2025-01-14 16:13:51 +08:00 committed by Xiang Xiao
parent 36507cc7b2
commit d014867766

View file

@ -210,7 +210,7 @@ for CONFIG in ${CONFIGS}; do
# skip refresh if defconfig contains `#include`
if grep -q "#include" $DEFCONFIG; then
echo "Note: skipping refresh for debug defconfig."
exit 0
continue
fi
# Copy the .config and Make.defs to the toplevel directory