diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 14:49:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-26 14:49:50 +0200 |
commit | 5d276f2a0846a6b609846415623252a4fcbd3134 (patch) | |
tree | 638bddc8f1e371ca502c73f514c608c214260f2c /libbuild2/file.cxx | |
parent | 49e9668faaf77280b458928da963167a29335c3a (diff) |
Fix bug in import_search()
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index 4eaf854..1c6bb1d 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -1417,9 +1417,9 @@ namespace build2 if (!r->vars[ctx.var_amalgamation]) break; } - - break; } + + break; } // Add the qualification back to the target (import_load() will remove it |