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

2022-11-03 Thread Chris Johns
+1 On 4/11/2022 2:59 am, Gedare Bloom wrote: > --- > 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( >

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

2022-11-03 Thread Gedare Bloom
--- 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):