aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-11 20:53:32 +0300
committerBoris Kolpackov <boris@codesynthesis.com>2020-12-14 09:30:44 +0200
commitca6a61f432f3ff0257e868bed36a58540623ab49 (patch)
treee3652b0376b9a6235aec6c32b5d9bd410e0507e5 /libbuild2/file.cxx
parent4e8e690640c1dc9ecc78edce1c2e11c28850bfa2 (diff)
Fix bug in create_new_target_locked()
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r--libbuild2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx
index def49b8..219a5f1 100644
--- a/libbuild2/file.cxx
+++ b/libbuild2/file.cxx
@@ -2682,7 +2682,7 @@ namespace build2
// a simple name via PATH search and as an absolute path in which case
// the first import will determine the path).
//
- if (r.second.owns_lock ())
+ if (r.second)
{
r.first.as<exe> ().process_path (move (pp));
r.second.unlock ();