Config (.cfg) files are only valid if deeper than 5.

This commit is contained in:
Chris Johns
2016-07-06 13:01:39 +10:00
parent 5df74991bf
commit 8aa75d0cb1

View File

@@ -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