diff options
-rw-r--r-- | build2/test/script/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index d1e2816..69fe979 100644 --- a/build2/test/script/parser.cxx +++ b/build2/test/script/parser.cxx @@ -783,7 +783,7 @@ namespace build2 // Description. For now we just duplicate it through the entire // chain. // - g->desc = (ps == &root ? move (d) : root->desc); + g->desc = (ps == &root ? d : root->desc); *ps = move (g); } |