This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new d014867766 tools/refresh.sh: Should continue to refresh other configs 
when matching debug configs
d014867766 is described below

commit d01486776645ef5452b6c3156bb4073dd5d9df4b
Author: wangjianyu3 <[email protected]>
AuthorDate: Tue Jan 14 16:13:51 2025 +0800

    tools/refresh.sh: Should continue to refresh other configs when matching 
debug configs
    
    Signed-off-by: wangjianyu3 <[email protected]>
---
 tools/refresh.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/refresh.sh b/tools/refresh.sh
index 7c998ce234..0d495a021e 100755
--- a/tools/refresh.sh
+++ b/tools/refresh.sh
@@ -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

Reply via email to