mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 03:21:44 +08:00
Config (.cfg) files are only valid if deeper than 5.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ base_e=$(echo ${base} | sed -e 's/\//\\\//g')
|
||||
|
||||
last_arch=""
|
||||
|
||||
cfg_list=$(LANG=C LC_COLLATE=C find ${base} -depth 5 -name \*.cfg | sort)
|
||||
cfg_list=$(LANG=C LC_COLLATE=C find ${base} -mindepth 5 -name \*.cfg | sort)
|
||||
|
||||
max_bsp_len=0
|
||||
arch_count=0
|
||||
|
||||
Reference in New Issue
Block a user