[PATCH 2/2] wscript: rename bsp_list to bsplist

Gedare Bloom gedare at rtems.org
Thu Nov 3 15:59:05 UTC 2022


---
 wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wscript b/wscript
index a8510edbee..b42c8f1119 100755
--- a/wscript
+++ b/wscript
@@ -1694,7 +1694,7 @@ COMPILER = {}""".format(
         no_matches_error(ctx, white_list)
 
 
-def bsp_list(ctx):
+def bsplist(ctx):
     """lists base BSP variants"""
     check_forbidden_options(
         ctx, ["compiler", "config", "options", "tools", "top_group", "version"]
-- 
2.34.1



More information about the devel mailing list