diff options
Diffstat (limited to 'libbuild2/install/operation.cxx')
-rw-r--r-- | libbuild2/install/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/install/operation.cxx b/libbuild2/install/operation.cxx index 6ae2819..8c59ac1 100644 --- a/libbuild2/install/operation.cxx +++ b/libbuild2/install/operation.cxx @@ -81,7 +81,7 @@ namespace build2 update_id, // Note: not update_for_install_id. install_id, op_update.name, - nullptr, // Outer operation variable is always used. + op_update.var_name, op_update.name_do, op_update.name_doing, op_update.name_did, |