From c4fcbad1cb603756dc4dac65392feb86be1a722d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Jan 2020 09:19:06 +0200 Subject: Rename module_base to module, redo module boot/init argument passing --- libbuild2/bash/init.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbuild2/bash') diff --git a/libbuild2/bash/init.cxx b/libbuild2/bash/init.cxx index ed84265..0dc4bab 100644 --- a/libbuild2/bash/init.cxx +++ b/libbuild2/bash/init.cxx @@ -27,10 +27,9 @@ namespace build2 init (scope& rs, scope& bs, const location& l, - unique_ptr&, bool first, bool, - const variable_map&) + module_init_extra&) { tracer trace ("bash::init"); l5 ([&]{trace << "for " << bs;}); -- cgit v1.1