<div dir="ltr"><div>Nice catch! I pushed this.</div><div><br></div><div>Thanks.</div><div><br></div><div>--joel<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Dec 2, 2018 at 8:37 AM kaidoho <<a href="mailto:kho237115@gmail.com">kho237115@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
 aclocal/enable-rtemsbsp.m4 | 4 ++--<br>
 1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4<br>
index 91ab607751..f0b391bbb8 100644<br>
--- a/aclocal/enable-rtemsbsp.m4<br>
+++ b/aclocal/enable-rtemsbsp.m4<br>
@@ -38,7 +38,7 @@ AC_ARG_ENABLE(rtemsbsp,<br>
              ${cfg_arch}* )<br>
                ;;<br>
              * )<br>
-               AC_MSG_ERROR([BSP '$bsp' architecture does not match the --target architecture, run 'rtems-bsp' (in the top of the source tree) for a valid BSP list])<br>
+               AC_MSG_ERROR([BSP '$bsp' architecture does not match the --target architecture, run 'rtems-bsps' (in the top of the source tree) for a valid BSP list])<br>
                ;;<br>
            esac<br>
            found=yes<br>
@@ -46,7 +46,7 @@ AC_ARG_ENABLE(rtemsbsp,<br>
          fi<br>
        done<br>
        if test $found = no; then<br>
-         AC_MSG_ERROR([BSP '$bsp' not found, run 'rtems-bsp' (in the top of the source tree) for a valid BSP list])<br>
+         AC_MSG_ERROR([BSP '$bsp' not found, run 'rtems-bsps' (in the top of the source tree) for a valid BSP list])<br>
        fi<br>
      done<br>
      ;;<br>
-- <br>
2.16.2.windows.1<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>