[rtems commit] bootstrap: make sort use C locale consistently
Gedare Bloom
gedare at rtems.org
Thu Apr 13 17:01:05 UTC 2017
Module: rtems
Branch: master
Commit: 3be28ee6dde13ea75ac58a2b3e36c35d70436861
Changeset: http://git.rtems.org/rtems/commit/?id=3be28ee6dde13ea75ac58a2b3e36c35d70436861
Author: Gedare Bloom <gedare at rtems.org>
Date: Fri Mar 31 15:49:27 2017 -0400
bootstrap: make sort use C locale consistently
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 )
More information about the vc
mailing list