From c1dc06dfd1d329f8c6499dbe2166725ab9c35e17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jul 2018 15:31:13 +0200 Subject: Implement bash module --- build2/in/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/in/init.cxx') diff --git a/build2/in/init.cxx b/build2/in/init.cxx index a87f8b3..2583456 100644 --- a/build2/in/init.cxx +++ b/build2/in/init.cxx @@ -91,7 +91,7 @@ namespace build2 // Register rules. // { - auto& r (rs.rules); + auto& r (bs.rules); // There are rules that are "derived" from this generic in rule in // order to provide extended preprocessing functionality (see the -- cgit v1.1