forked from Imagelibrary/rtems
Config (.cfg) files are only valid if deeper than 5.
This commit is contained in:
@@ -5,7 +5,7 @@ base_e=$(echo ${base} | sed -e 's/\//\\\//g')
|
|||||||
|
|
||||||
last_arch=""
|
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
|
max_bsp_len=0
|
||||||
arch_count=0
|
arch_count=0
|
||||||
|
|||||||
Reference in New Issue
Block a user