diff options
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 23e6c9c..2ca3de8 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -700,8 +700,7 @@ namespace build2 p += ee; } - path (move (p)); - return path_; + return path (move (p)); } // Search functions. |