summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2017-03-31 15:49:27 -0400
committerGedare Bloom <gedare@rtems.org>2017-04-13 13:00:51 -0400
commit3be28ee6dde13ea75ac58a2b3e36c35d70436861 (patch)
tree7c2b40271845e91d110e2d43342feb421f0c2f1b /bootstrap
parentUpdating default termios initialization for dedicated input/output baud rates (diff)
downloadrtems-3be28ee6dde13ea75ac58a2b3e36c35d70436861.tar.bz2
bootstrap: make sort use C locale consistently
Closes #2965.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 455f6422fd..9c2efa8092 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 )