summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-01-05 11:01:37 -0600
committerJoel Sherrill <joel@rtems.org>2018-01-05 11:01:37 -0600
commit31285e1ed4695f98af84b25383b74cea6a4af259 (patch)
tree158f9bf76678319ab9a5947a5daedbfabe5eb32d /bootstrap
parent0178f9dd63ccfb3cf0b90b2726c2f6e8ef94611e (diff)
bootstrap: Fix bug where BSPs were not picked up
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 391e8482eb..4db57e040b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -42,7 +42,7 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
case "\$1" in
EOF
-for i in `ls -1 */make | grep make | LANG=C LC_COLLATE=C sort`; do
+for i in `echo */make | tr " " "\n" | LANG=C LC_COLLATE=C sort`; do
d=`dirname $i`
cat << EOF >> acinclude.m4~
$d )