[PATCH] bootstrap: make sort use C locale consistently

Gedare Bloom gedare at rtems.org
Fri Mar 31 19:49:58 UTC 2017


Closes #2965.
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 455f642..9c2efa8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -42,7 +42,7 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
   case "\$1" in
 EOF
 
-for i in `LANG=C LC_COLLATE=C ls */bsp_specs | sort`; do
+for i in `ls */bsp_specs | LANG=C LC_COLLATE=C sort`; do
   d=`dirname $i`
 cat << EOF >> acinclude.m4~
   $d )
-- 
2.7.4



More information about the devel mailing list