From 2ea436a167683c3606edbaddbd2e44e79d79c7d0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 21 Mar 2017 14:38:59 +1100 Subject: Config (.cfg) files are only valid if deeper than 5. Closes #2827. --- rtems-bsps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtems-bsps') diff --git a/rtems-bsps b/rtems-bsps index 023212cd8d..096dc47dad 100755 --- a/rtems-bsps +++ b/rtems-bsps @@ -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 -- cgit v1.2.3