diff options
Diffstat (limited to 'libbuild2/bash')
-rw-r--r-- | libbuild2/bash/init.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/bash/init.cxx b/libbuild2/bash/init.cxx index 65d9d0f..dc1f8f6 100644 --- a/libbuild2/bash/init.cxx +++ b/libbuild2/bash/init.cxx @@ -37,8 +37,7 @@ namespace build2 // Load in.base (in.* variables, in{} target type). // - if (!cast_false<bool> (rs["in.base.loaded"])) - load_module (rs, rs, "in.base", l); + load_module (rs, rs, "in.base", l); bool install_loaded (cast_false<bool> (rs["install.loaded"])); |