From 6470d02cd6ceb3fa198cb7114d39f1ce5324ee81 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 16 Dec 2015 11:48:41 +1100 Subject: Fix rtems-bsps for GNU find hosts. Fixed as reported by Pavel: https://lists.rtems.org/pipermail/devel/2015-December/013189.html Closes #2498. --- rtems-bsps | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rtems-bsps') diff --git a/rtems-bsps b/rtems-bsps index 173c438d29..023212cd8d 100755 --- a/rtems-bsps +++ b/rtems-bsps @@ -5,13 +5,12 @@ base_e=$(echo ${base} | sed -e 's/\//\\\//g') last_arch="" -cfg_list=$(LANG=C LC_COLLATE=C find ${base} -name \*.cfg -depth 5 | sort) +cfg_list=$(LANG=C LC_COLLATE=C find ${base} -depth 5 -name \*.cfg | sort) max_bsp_len=0 arch_count=0 bsp_count=0 -#set -x for bsp_path in ${cfg_list}; do arch=$(echo ${bsp_path} | sed -e "s/${base_e}*\///" -e 's/\/.*//') -- cgit v1.2.3